-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "unquill",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --parallel=3",
"build:watch": "nx watch --all -- nx run-many --target=build --parallel=3",
"test": "nx run-many --target=test --all",
"lint": "nx run-many --target=lint --all",
"format:check": "nx format:check --all",
"format:write": "nx format:write --all"
},
"private": true,
"dependencies": {
"@rpidanny/quill": "^1.4.0",
"@rpidanny/streamline.js": "^1.0.3",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"moment": "^2.29.4",
"node-jq": "^4.2.2",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^17.7.0",
"@nx/esbuild": "17.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/workspace": "17.0.2",
"@rpidanny/eslint-config-typescript": "^1.2.0",
"@rpidanny/semantic-release-update-package.json": "^1.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"commitlint": "^18.2.0",
"esbuild": "^0.19.2",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"lint-staged": "^15.0.2",
"nx": "17.0.2",
"prettier": "^2.6.2",
"semantic-release-npm-github-publish": "^1.5.4",
"semantic-release-plus": "^20.0.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4"
},
"nx": {
"includedScripts": []
}
}