-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 864 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 864 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
30
31
32
33
34
{
"name": "schnack-docs",
"version": "0.0.1",
"description": "schnack documentation",
"main": "index.js",
"scripts": {
"build": "node index.js",
"serve": "cd docs && npx hot-server",
"watch": "npx chokidar-cli index.tpl.html README.md index.js -c 'npm run build'",
"dev": "npm run watch & npm run serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sch4ck/schnack-docs.git"
},
"keywords": [
"schnack",
"documentation"
],
"author": "g-div",
"license": "MIT",
"bugs": {
"url": "https://github.com/sch4ck/schnack-docs/issues"
},
"homepage": "https://schnack.cool",
"dependencies": {},
"devDependencies": {
"chokidar-cli": "^2.1.0",
"hot-server": "0.0.23",
"marked": "^0.3.16",
"serve": "^11.3.2"
}
}