-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 610 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"description": "Green Engineering Standard Framework - Compliance-as-Code",
"devDependencies": {
"@types/node": "^22.0.0",
"esbuild": "^0.28.1",
"eslint": "^9.0.0",
"typescript": "^6.0.0"
},
"engines": {
"node": "\u003e=22.0.0",
"pnpm": "\u003e=11.0.0"
},
"name": "gesf",
"packageManager": "pnpm@11.4.0",
"private": true,
"scripts": {
"build": "pnpm -r run build",
"clean": "pnpm -r run clean \u0026\u0026 find packages -name '*.tsbuildinfo' -delete",
"lint": "eslint 'packages/*/src/**/*.ts'",
"test": "pnpm -r run test"
},
"version": "1.6.8"
}