forked from wesbos/JavaScript30
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 731 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 731 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
{
"name": "javascript30",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "ELEVENTY_ENV=production npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"serve": "npm start",
"debug": "cross-env DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisburnell/JavaScript30.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisburnell/JavaScript30/issues"
},
"homepage": "https://github.com/chrisburnell/JavaScript30#readme",
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"luxon": "^1.25.0"
}
}