-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 900 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
{
"name": "serializationautomation.org",
"version": "1.0.0",
"private": true,
"description": "Pharmaceutical Serialization & Track-and-Trace Compliance (DSCSA) — a technical resource built with Eleventy.",
"license": "MIT",
"scripts": {
"clean": "rm -rf _site",
"icons": "node scripts/generate-icons.js",
"qa": "node scripts/validate-code.js",
"prebuild": "npm run qa",
"build": "eleventy",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"cf:dev": "wrangler dev",
"predeploy": "npm run build",
"deploy": "wrangler deploy"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.5.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-task-lists": "^2.1.1",
"sharp": "^0.33.5",
"wrangler": "^4.95.0"
}
}