-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 856 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
{
"name": "ai-usage-scale",
"version": "1.2.0",
"private": true,
"type": "module",
"description": "The AI Usage Scale — an open standard for declaring how a work was made.",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "astro dev",
"badges": "node scripts/build-badges.mjs",
"build": "npm run badges && npm run og && astro build",
"preview": "astro preview",
"test": "node scripts/test.mjs",
"check": "astro check",
"og": "node scripts/build-og.mjs",
"check:dist": "node scripts/check-dist.mjs",
"verify": "npm run build && npm test && npm run check:dist"
},
"dependencies": {
"astro": "^5.6.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/sitemap": "^3.7.3",
"@resvg/resvg-js": "^2.6.2",
"opentype.js": "^2.0.0",
"typescript": "^5.9.3"
}
}