-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 640 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 640 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": "coder-story",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --watch --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitCodeCareer/coder-story.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GitCodeCareer/coder-story/issues"
},
"homepage": "https://github.com/GitCodeCareer/coder-story#readme",
"dependencies": {
"@11ty/eleventy": "^0.10.0"
}
}