-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "rbnx",
"version": "0.0.0",
"description": "Deploy Angular projects to Cloud Foundry",
"author": "Richard Roozenboom",
"license": "MIT",
"private": false,
"repository": {
"type": "github",
"url": "https://github.com/roozenboom/rbnx"
},
"bugs": {
"url": "https://github.com/roozenboom/rbnx/issues"
},
"keywords": [
"nrwl",
"nx",
"nx plugin"
],
"scripts": {
"prepare": "is-ci || husky install"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@nx/devkit": "^17.2.4",
"@nx/eslint": "^17.2.4",
"@nx/eslint-plugin": "^17.2.4",
"@nx/jest": "^17.2.4",
"@nx/js": "^17.2.4",
"@nx/plugin": "^17.2.4",
"@nx/workspace": "^17.2.4",
"@swc-node/register": "1.6.8",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.100",
"@swc/helpers": "0.5.3",
"@theunderscorer/nx-semantic-release": "^2.8.0",
"@types/jest": "29.5.11",
"@types/node": "20.11.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@wdio/cli": "^8.24.0",
"@wdio/types": "^8.24.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.0",
"nx": "^17.2.4",
"prettier": "^3.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "5.2.2"
}
}