-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 966 Bytes
/
package.json
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
{
"name": "yed-erm-to-txt",
"version": "1.0.4",
"description": "",
"main": "lib/index.js",
"bin": {
"yed-erm-to-txt": "./lib/cli.js"
},
"scripts": {
"build": "babel src --out-dir lib --source-maps inline",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redcatjs/yed-erm-to-txt.git"
},
"author": "Jo <jo@redcat.ninja> (https://redcat.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/redcatjs/yed-erm-to-txt/issues"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.1"
},
"homepage": "https://github.com/redcatjs/yed-erm-to-txt#readme",
"dependencies": {
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"commander": "^2.15.1",
"figlet": "^1.2.0",
"underscore": "^1.9.0"
},
"files": [
"lib"
]
}