-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 965 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": "bicep-assets-root",
"packageManager": "yarn@4.4.0",
"workspaces": [
"workspaces/*/*"
],
"devDependencies": {
"@jwpkg/constraints-config": "^0.1.1",
"@jwpkg/eslint-config": "^0.1.1",
"@jwpkg/gitversion": "^0.1.0",
"@types/node": "^22.5.4",
"@yarnpkg/types": "^4.0.0",
"eslint": "^9.9.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
},
"scripts": {
"eslint": "eslint --no-warn-ignored **/*.ts",
"build:all": "yarn validate:all && yarn build:packages",
"build:packages": "yarn workspaces foreach -A run build",
"validate:all": "yarn validate:constraints && yarn validate:lint",
"validate:constraints": "yarn constraints",
"validate:lint": "yarn eslint"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/jwpkg/bicep-assets",
"directory": "."
},
"engines": {
"node": ">=18.12.0"
},
"version": "0.0.0"
}