-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.16 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
{
"name": "fieldwork",
"private": true,
"description": "Fieldwork by Ryan Baumann: Field Notes, shipped work, talks, and Labs.",
"scripts": {
"setup": "node scripts/setup.mjs",
"build": "node scripts/build-local.mjs",
"start": "node --env-file=.env gateway/server.js",
"smoke": "node scripts/smoke.mjs",
"skills:improve": "node scripts/skill-improvement.mjs",
"check:labs": "node scripts/validate-apps.mjs",
"check:content": "node scripts/check-content.mjs",
"labs:check": "node scripts/validate-apps.mjs",
"labs:new": "node scripts/new-demo.mjs",
"labs:import": "node scripts/import-demo.mjs",
"labs:attach": "node scripts/attach-demo.mjs",
"labs:fetch": "node scripts/fetch-lab-artifacts.mjs",
"labs:scan": "node scripts/scan-lab-artifacts.mjs",
"labs:smoke-private": "node scripts/smoke-private-artifacts.mjs",
"test:labs": "node --test scripts/test/*.test.mjs",
"test:social": "node --test scripts/test/social-drafts.test.mjs",
"new:demo": "node scripts/new-demo.mjs",
"new:post": "node scripts/new-post.mjs",
"previews": "node scripts/previews.mjs"
},
"engines": {
"node": ">=20"
}
}