-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1000 Bytes
/
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
{
"name": "nodejs-packages",
"version": "0.0.0",
"scripts": {
"postinstall": "husky install && nx run-many --target=install",
"generate:package": "nx workspace-generator new-package",
"local-registry": "node tools/scripts/local-registry.mjs"
},
"engines": {
"node": ">=16"
},
"private": true,
"devDependencies": {
"@nrwl/devkit": "15.6.3",
"@types/jest": "29.4.0",
"eslint-config-standard-with-typescript": "34.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-n": "15.6.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"gts": "4.0.0",
"husky": "8.0.3",
"jest": "29.4.1",
"nx": "15.6.3",
"ts-jest": "29.0.5",
"typescript": "4.9.5",
"verdaccio": "5.20.1"
},
"workspaces": [
"packages/**/dist"
]
}