-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 904 Bytes
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
{
"name": "promptions",
"version": "1.0.0",
"description": "Monorepo for promptions",
"license": "MIT",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "yarn@4.9.1",
"scripts": {
"clean": "yarn nx run-many -t clean",
"typecheck": "yarn nx run-many -t typecheck",
"test": "yarn nx run-many -t test",
"build": "yarn nx run-many -t build",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
},
"devDependencies": {
"@nx/web": "22.7.7",
"globals": "^16.0.0",
"nx": "22.7.7",
"prettier": "^3.5.3",
"typescript": ">=5.0.0",
"typescript-eslint": "^8.30.1"
},
"resolutions": {
"nx/axios": "1.18.0",
"nx/brace-expansion": "5.0.9",
"socks/ip-address": "10.3.1"
}
}