-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.79 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@renovatebot/osv-offline-monorepo",
"private": true,
"type": "commonjs",
"version": "0.0.0-semantic-release",
"repository": {
"type": "git",
"url": "https://github.com/renovatebot/osv-offline.git"
},
"scripts": {
"build": "tsc --build",
"clean": "tsc --build --clean",
"eslint": "eslint .",
"prepare": "husky",
"prettier": "prettier --cache -c -u \"**/*.*\"",
"prettier-fix": "prettier --cache -w -u \"**/*.*\"",
"start": "cross-env TS_NODE_PROJECT=./tsconfig.packages.json ts-node ./packages/osv-offline-updater/src/index.ts",
"release": "multi-semantic-release --ignore-packages=packages/osv-offline-updater",
"test": "run-s eslint test:unit test:integration",
"test:unit": "jest --testPathPattern=unit.spec.ts",
"test:integration": "jest --testPathPattern=int.spec.ts --runInBand"
},
"devDependencies": {
"@containerbase/eslint-plugin": "1.1.4",
"@eslint/js": "9.20.0",
"@qiwi/multi-semantic-release": "7.1.2",
"@tsconfig/node18": "18.2.4",
"@tsconfig/strictest": "2.0.5",
"@types/jest": "29.5.14",
"cross-env": "7.0.3",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-formatter-gha": "1.5.2",
"eslint-import-resolver-typescript": "3.8.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-promise": "7.2.1",
"expect-more-jest": "5.5.0",
"globals": "15.15.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"lint-staged": "15.4.3",
"npm-run-all2": "7.0.2",
"prettier": "3.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "8.24.1"
},
"engines": {
"node": ">=22.12.0",
"pnpm": "^10.0.0"
},
"packageManager": "[email protected]"
}