-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "rxnode",
"version": "0.0.0-development",
"private": true,
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --prod --all",
"lint": "nx workspace-lint && nx run-many --target=lint --all",
"release": "echo 0",
"test": "nx run-many --target=test --all"
},
"workspaces": [
"libs/*"
],
"devDependencies": {
"@nrwl/cli": "14.6.4",
"@nrwl/eslint-plugin-nx": "14.6.4",
"@nrwl/jest": "14.6.4",
"@nrwl/js": "14.6.4",
"@nrwl/node": "14.6.4",
"@nrwl/nx-cloud": "14.6.1",
"@nrwl/workspace": "14.6.4",
"@pvm/github": "0.55.20",
"@pvm/plugin-conventional-changelog": "0.55.20",
"@pvm/pvm": "0.55.20",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"bluebird": "^3.7.2",
"cookie-parser": "^1.4.5",
"dotenv": "10.0.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.1.0",
"fs-extra": "10.1.0",
"jest": "28.1.3",
"nx": "14.6.4",
"prettier": "2.7.1",
"rxjs": "7.5.6",
"semantic-release": "^17.4.3",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tslib": "2.4.0",
"tslint": "6.1.3",
"typescript": "4.7.4"
}
}