-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "commodore-renovate",
"version": "0.5.0",
"description": "Renovate Extension for Commodore",
"main": "src/index.js",
"repository": "git@github.com:projectsyn/commodore-renovate.git",
"author": "VSHN AG <info@vshn.ch>",
"license": "AGPL-3.0",
"scripts": {
"build": "tsc -p tsconfig-build.json",
"start": "node ./bin/index.js",
"dev": "ts-node ./src/index.ts",
"lint": "run-s ls-lint prettier",
"ls-lint": "ls-lint",
"prettier": "prettier --check \"**/*.{ts,js,mjs,json,md,yml}\"",
"prettier-fix": "prettier --write \"**/*.{ts,js,mjs,json,md,yml}\"",
"jest": "cross-env NODE_ENV=test LOG_LEVEL=fatal TZ=UTC node --expose-gc node_modules/jest/bin/jest.js --logHeapUsage",
"test": "run-s jest"
},
"dependencies": {
"@types/js-yaml": "^4.0.4",
"@types/node": "^20.0.0",
"jest": "^29.0.0",
"just-clone": "^6.0.0",
"normalize-url": "6.1.0",
"renovate": "^38.0.0",
"simple-git": "^3.0.0",
"typescript": "^5.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@ls-lint/ls-lint": "2.2.3",
"@types/bunyan": "1.8.11",
"@types/jest": "29.5.14",
"babel-jest": "29.7.0",
"bunyan": "1.8.15",
"cross-env": "7.0.3",
"nock": "13.5.6",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"ts-node": "10.9.2"
}
}