-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 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
{
"name": "voightware",
"version": "1.0.0",
"description": "Landing page for Voightware with some additional about text and ways to support Voightware.",
"main": "index.js",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --dryrun"
},
"repository": {
"type": "git",
"url": "git+https://github.com/voightco/website.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/voightco/website/issues"
},
"homepage": "https://github.com/voightco/website#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"clean-css": "^4.2.3",
"node-fetch": "^2.6.1",
"terser": "^5.6.0-beta"
}
}