-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
37
38
39
40
41
42
43
44
45
{
"name": "debrief-future",
"private": true,
"version": "0.0.0",
"description": "Future Debrief - Maritime tactical analysis platform",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"typecheck": "pnpm -r typecheck",
"lint": "pnpm -r lint",
"storybook": "pnpm --filter @debrief/components storybook",
"build-storybook": "pnpm --filter @debrief/components build-storybook"
},
"keywords": [
"debrief",
"maritime",
"tactical",
"analysis"
],
"packageManager": "pnpm@9.15.5",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@sparticuz/chromium": "^143.0.4",
"@types/node": "^20.10.0",
"ajv": "^8.17.1",
"knip": "5.88.1",
"tsx": "^4.7.0",
"typescript": "^5.3.0",
"vitest": "^1.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"esbuild",
"@esbuild/linux-x64",
"keytar",
"@vscode/vsce-sign"
]
}
}