-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.97 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "awcms-astro",
"type": "module",
"version": "0.5.2",
"private": false,
"description": "AWCMS family template for public static sites on Astro, integrated with ahliweb/awcms as its content backend.",
"homepage": "https://github.com/ahliweb/awcms-astro",
"repository": {
"type": "git",
"url": "git+https://github.com/ahliweb/awcms-astro.git"
},
"license": "MIT",
"packageManager": "bun@1.4.2",
"engines": {
"bun": ">=1.4.0"
},
"scripts": {
"dev": "bun --bun astro dev",
"build": "bun run check && bun --bun astro build && bun run build:penyaji && bun run build:asal-media && bun run build:asal-pencarian",
"build:penyaji": "bun build server/penyaji.mjs --target=bun --outfile dist/server/penyaji.mjs",
"check": "bun run check:lockfile && bun --bun astro check",
"check:lockfile": "bun scripts/cek-lockfile.mjs",
"audit:konten": "bun scripts/audit-konten.mjs",
"audit:dokumen": "bun scripts/audit-dokumen.mjs",
"audit:graf": "bun scripts/audit-graf.mjs",
"audit:aset": "bun scripts/audit-aset.mjs",
"audit:serapan": "bun scripts/audit-serapan.mjs",
"audit:rilis": "bun scripts/audit-rilis.mjs",
"ukur:skala": "bun scripts/ukur-skala-build.mjs",
"audit:translation": "bun scripts/check-docs-translation.mjs",
"docs:i18n:stamp": "bun scripts/docs-i18n-stamp.mjs",
"test": "bun test",
"serve": "bun dist/server/penyaji.mjs",
"start": "bun run serve",
"preview": "bun run serve",
"release": "bun scripts/rilis.mjs",
"sbom": "bun scripts/sbom.mjs",
"build:asal-media": "bun scripts/asal-media.mjs",
"build:asal-pencarian": "bun scripts/asal-pencarian.mjs"
},
"overrides": {
"fast-uri": "^3.1.7",
"nanoid": "^3.3.18"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/node": "^11.1.4",
"@astrojs/sitemap": "^3.7.3",
"astro": "^7.2.9",
"compression": "^1.8.1",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/bun": "^1.4.0"
}
}