-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "fourier-runtime-canvas",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Semantic presentation runtime and frequency-domain canvas for responsive hybrid animation.",
"scripts": {
"test": "node --test",
"syntax": "node scripts/check-syntax.mjs",
"benchmark:compare": "node benchmarks/scripts/compare-runs.mjs benchmarks/pilot-01/results.json",
"benchmark:validate": "node benchmarks/scripts/validate-benchmarks.mjs",
"package:check": "npm pack --dry-run --json ./extensions/fourier-runtime-canvas",
"validate:package": "node scripts/validate-package.mjs",
"validate": "npm run syntax && npm test && npm run benchmark:validate && npm run validate:package && npm run package:check"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"license": "MIT"
}