-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1012 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
31
32
33
34
{
"name": "illustrator",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"check": "ultracite check",
"check:designs": "node scripts/validate-designs.mjs",
"fix": "ultracite fix",
"pretest": "npm --prefix skills/illustrator ls --omit=dev --depth=0 || npm --prefix skills/illustrator ci --omit=dev --no-audit --no-fund",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"validate": "pnpm run check && pnpm run typecheck && pnpm run check:designs && pnpm run test"
},
"dependencies": {
"@takumi-rs/core": "2.3.0",
"takumi-js": "2.3.0"
},
"devDependencies": {
"@google/design.md": "0.3.0",
"@total-typescript/tsconfig": "1.0.4",
"@types/node": "26.1.1",
"oxfmt": "0.59.0",
"oxlint": "1.74.0",
"oxlint-tsgolint": "0.25.0",
"shiki": "4.3.1",
"typescript": "6.0.3",
"ultracite": "7.9.4",
"vitest": "4.1.10"
},
"packageManager": "pnpm@11.9.0"
}