forked from SmythOS/sre
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 793 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 793 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
{
"name": "sre",
"version": "0.3.4",
"description": "",
"author": "Alaa-eddine KADDOURI",
"license": "MIT",
"main": "index.js",
"type": "module",
"scripts": {
"build": "pnpm -r run build && node scripts/success-banner.js",
"gen:docs": "pnpm -r run gen:docs",
"lint": "pnpm -r run lint",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"prepare": "husky"
},
"keywords": [],
"packageManager": "pnpm@10.12.1",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@vitest/coverage-v8": "^3.1.4",
"husky": "^9.1.7",
"typescript": "5.8.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^3.2.3"
}
}