-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "inquirer-prompts",
"author": "Martin Hansen <[email protected]>",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"build": "nx run-many -t build"
},
"private": true,
"devDependencies": {
"@nx/node": "^16.7.4",
"@sindresorhus/tsconfig": "^4.0.0",
"@typescript-eslint/parser": "^6.5.0",
"@vitest/coverage-v8": "^1.0.1",
"@vitest/ui": "^1.0.1",
"c8": "^7.12.0",
"eslint": "^8.23.1",
"eslint-plugin-import": "^2.26.0",
"inquirer": "^9.1.2",
"nx": "16.7.4",
"nx-cloud": "latest",
"prettier": "^2.7.1",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vitest": "^1.0.1"
},
"workspaces": [
"packages/*"
],
"volta": {
"node": "18.17.1"
}
}