forked from openmobilityfoundation/mds-core
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
99 lines (99 loc) · 3.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "root",
"version": "0.2.104",
"private": true,
"license": "Apache-2.0",
"author": "City of Los Angeles",
"scripts": {
"build": "echo Typescript $(tsc --version) && pnpm run -r _build",
"bundle": "webpack --version && pnpm run:concurrent bundle",
"bundle:development": "pnpm run:concurrent bundle:development",
"bundle:production": "pnpm run:concurrent bundle:production",
"clean": "git clean -fdX -e '!.env' -e '!.env.**.local' -e '!helm/mds/charts' -e '!helm/mds/charts/**' -e '!helm/mds/files' -e '!helm/mds/files/**' && pnpm install",
"generate": "pnpm run:concurrent generate",
"image": "pnpm run:concurrent image",
"image:development": "pnpm run:concurrent image:development",
"image:production": "pnpm run:concurrent image:production",
"image:push": "bin/build-helper pushImages",
"images": "pnpm run:concurrent image",
"preinstall": "npx check-node-version --package && npx only-allow pnpm && pnpm i -g [email protected]",
"lint": "pnpm lint:audit && pnpm lint:prettier '**/package.json' && pnpm lint:markdown && pnpm lint:eslint '**/*.ts'",
"lint:audit": "pnpm-ci audit --strict -i GHSA-wc69-rhjr-hc9g GHSA-wm7h-9275-46v2 GHSA-g954-5hwp-pp24 GHSA-4wf5-vphf-c2xc",
"lint:eslint": "eslint --ignore-path .gitignore --ignore-path .eslintignore",
"lint:markdown": "markdownlint-cli2 '**/*.md' '!**/CHANGELOG.md' '!**/node_modules/**'",
"lint:prettier": "prettier --check",
"prepare": "husky install",
"push": "bin/build-helper pushImages",
"run:concurrent": "pnpm recursive run --filter=!root",
"test": "echo Jest Version $(jest --version) && pnpm run -r --workspace-concurrency=1 _test",
"values": "bin/build-helper templateValues"
},
"devDependencies": {
"@changesets/cli": "2.22.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.177",
"@swc/jest": "0.2.20",
"@types/jest": "27.5.0",
"@types/node": "17.0.31",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"dotenv-flow": "3.2.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-recommended": "4.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-log": "1.2.7",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-progress": "0.0.1",
"eslint-plugin-promise": "6.0.0",
"find-port-free-sync": "1.0.7",
"git-revision-webpack-plugin": "5.0.0",
"husky": "7.0.4",
"jest": "28.0.3",
"lint-staged": "12.4.1",
"markdownlint-cli2": "0.4.0",
"mockdate": "3.0.5",
"node-loader": "2.0.0",
"node-rsa": "1.1.1",
"nodemon": "2.0.16",
"nyc": "15.1.0",
"pls-changeset-me": "0.0.9",
"pnpm-ci-tools": "2.0.2",
"prettier": "2.6.2",
"prettier-plugin-organize-imports": "2.3.4",
"prettier-plugin-packagejson": "2.2.17",
"regenerator-runtime": "0.13.9",
"source-map-support": "0.5.21",
"supertest": "6.2.3",
"ts-jest": "28.0.1",
"ts-loader": "9.3.0",
"ts-node": "10.7.0",
"tsconfig-paths": "4.0.0",
"typedoc": "0.22.15",
"typescript": "4.6.4",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack-merge": "5.8.0",
"wtfnode": "0.9.1"
},
"engines": {
"node": "16.14.2"
},
"pnpm": {
"overrides": {
"[email protected]>minimist": "1.2.6",
"[email protected]>node-fetch": "2.6.7",
"[email protected]>minimist": "1.2.6",
"[email protected]>minimist": "1.2.6",
"[email protected]>node-forge": "1.3.0",
"[email protected]>got": "11.8.5",
"[email protected]>minimist": "1.2.6",
"[email protected]>ansi-regex": "3.0.1",
"[email protected]>minimist": "1.2.6",
"typeorm-cursor-pagination": "0.6.1"
}
}
}