-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "sitcom",
"version": "1.0.0-alpha1",
"main": "index.js",
"license": "MIT",
"author": "Maofeng Zhang <japplet@163.com>",
"typings": "types.d.ts",
"keywords": [
"marked",
"markdown",
"sitcom",
"html"
],
"bin": {
"sitcom": "bin/sitcom"
},
"scripts": {
"build": "rollup -c scripts/build.js",
"dev": "rollup -c scripts/build.js -w"
},
"bugs": {
"url": "https://github.com/appletjs/sitcom/issues"
},
"homepage": "https://github.com/appletjs/sitcom#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/appletjs/sitcom.git"
},
"dependencies": {
"call2p": "0.0.4",
"chalk": "^2.4.1",
"commander": "^2.15.1",
"marked": "^0.4.0",
"mkdirp": "^0.5.1",
"mustache": "^2.3.0"
},
"devDependencies": {
"@types/ini": "^1.3.29",
"@types/marked": "^0.4.0",
"@types/mkdirp": "^0.5.2",
"@types/mustache": "^0.8.31",
"@types/node": "^10.3.4",
"rollup": "^0.61.2",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-typescript": "^0.8.1",
"typescript": "^2.9.2"
}
}