forked from iii-hq/iii
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "iii-website",
"private": true,
"license": "Apache-2.0",
"version": "0.1.0",
"description": "iii.dev — minimal static HTML site",
"scripts": {
"dev": "browser-sync start --server --port 3000 --no-online --no-notify --no-open --files '*.html, *.css, fonts/*'",
"build": "tsx scripts/generate-llms-agents.ts && tsx scripts/generate-sitemap.ts",
"generate:llms": "tsx scripts/generate-llms-agents.ts",
"test": "tsx --test scripts/*.test.ts ../infra/terraform/website/cloudfront_functions/*.test.js",
"preview": "browser-sync start --server --port 3000 --no-notify --no-open"
},
"devDependencies": {
"browser-sync": "^3.0.4",
"node-html-parser": "^7.0.1",
"tsx": "^4.21.0"
}
}