-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "monodon",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"prepare": "husky install",
"local-registry": "nx run monodon:local-registry",
"build": "nx run rust:build",
"test": "nx run rust:test",
"e2e": "nx run rust-e2e:e2e",
"release": "node tools/scripts/release.js"
},
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@ltd/j-toml": "1.38.0",
"@napi-rs/cli": "3.0.0-alpha.63",
"@nx/devkit": "20.0.1",
"@nx/js": "20.0.1",
"@swc/helpers": "0.5.13",
"chalk": "^4.1.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@nx/eslint": "20.0.1",
"@nx/eslint-plugin": "20.0.1",
"@nx/jest": "20.0.1",
"@nx/node": "20.0.1",
"@nx/plugin": "20.0.1",
"@nx/workspace": "20.0.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@types/jest": "29.5.13",
"@types/node": "18.19.11",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"dotenv": "~10.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"husky": "^8.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "20.0.1",
"prettier": "2.8.0",
"semver": "7.5.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"verdaccio": "^5.25.0"
},
"volta": {
"node": "20.11.1",
"yarn": "1.22.19"
},
"nx": {
"includedScripts": []
}
}