-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "prot16-builder",
"version": "0.19.0",
"description": "A builder for the Prot16 collection of colour schemes.",
"repository": "protesilaos/prot16-builder",
"main": "dist/index.js",
"bin": "dist/cli.js",
"engines": {
"node": ">=5"
},
"scripts": {
"prebuild": "rm -rf dist && mkdir dist && cp -R db/ dist/db",
"build": "node util/schemesPreviewGenerator.js && babel lib --out-dir dist && chmod +x dist/cli.js",
"prepublish": "npm run build",
"commit": "git-cz"
},
"keywords": [
"prot16"
],
"author": {
"name": "Protesilaos Stavrou",
"email": "[email protected]",
"url": "https://protesilaos.com"
},
"license": "MIT",
"devDependencies": {
"ava": "^0.13.0",
"babel-cli": "^6.4.0",
"babel-eslint": "^4.1.3",
"babel-preset-node5": "^11.0.0",
"bluebird": "^3.3.3",
"commitizen": "^2.5.0",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.2",
"execa": "^0.2.2",
"ghooks": "^1.0.3",
"line-count": "^0.1.0",
"nodemon": "^1.8.1"
},
"dependencies": {
"chalk": "^1.1.1",
"ejs": "^2.4.1",
"fs-promise": "^0.3.1",
"js-yaml": "^3.5.2",
"limax": "^1.2.0",
"meow": "^3.7.0",
"open": "0.0.5",
"update-notifier": "^0.6.2"
}
}