-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "push-based-node-cli-testing",
"version": "0.0.0",
"engines": {
"node": "^16.19.0",
"npm": "^8.19.3"
},
"license": "MIT",
"scripts": {
"nx": "nx",
"build": "nx build node-cli-testing",
"test": "nx build node-cli-testing && nx test node-cli-testing",
"publish": "nx run node-cli-testing",
"link": "nx link node-cli-testing",
"prepare": "husky install"
},
"dependencies": {
"@types/yargs": "^17.0.9",
"prettier": "2.6.2",
"rxjs": "^7.5.5",
"ts-node": "10.9.1",
"tslib": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-angular": "^17.2.0",
"@jscutlery/semver": "^2.29.0",
"@nrwl/cli": "15.2.1",
"@nrwl/eslint-plugin-nx": "^15.2.1",
"@nrwl/jest": "^15.2.1",
"@nrwl/js": "^15.2.1",
"@nrwl/linter": "^15.2.1",
"@nrwl/nx-cloud": "^15.0.2",
"@nrwl/tao": "^15.2.1",
"@nrwl/workspace": "^15.2.1",
"@rx-angular/import-graph-visualizer": "^0.2.0",
"@types/jest": "^28.1.8",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"commitlint": "^16.3.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"http-server": "^14.1.1",
"husky": "^7.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"ngx-deploy-npm": "^4.3.5",
"nx": "15.2.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
}
}