forked from oomol-lab/open-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1 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
{
"name": "@oomol-lab/open-flow-command",
"version": "0.1.0-beta.9",
"description": "Open Flow command runtime and immutable Command Artifact builder.",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"build": "bun scripts/build.ts",
"check": "bun run format -- --check && bun run lint && tsc --noEmit",
"format": "oxfmt src test scripts vitest.config.ts package.json tsconfig.json",
"lint": "oxlint --deny-warnings src test scripts vitest.config.ts",
"release": "bun scripts/release.ts",
"test": "vitest run --config vitest.config.ts src test",
"test:package": "bun scripts/check-command-artifact.ts"
},
"dependencies": {
"@oomol-lab/open-flow": "workspace:*",
"@wopjs/cast": "^0.1.16",
"modern-tar": "0.7.6",
"val-i18n": "^0.1.14",
"zod": "4.4.3"
},
"devDependencies": {
"@types/node": "^26.0.0",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"typescript": "7.0.2",
"vite": "8.2.1",
"vitest": "^4.1.10"
}
}