-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "create-from-blueprint",
"version": "1.0.5",
"description": "A command-line tool for generating file structures from blueprints",
"main": "index.js",
"bin": {
"create-from-blueprint": "./index.js"
},
"engines": {
"node": ">=v8.9.4"
},
"scripts": {
"test": "ava test.js testProject/test.js",
"test-w": "ava --watch",
"precise-commits": "precise-commits",
"precommit": "yarn precise-commits"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jokinen/create-from-blueprint.git"
},
"author": "Jaakko Jokinen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jokinen/create-component/issues"
},
"homepage": "https://github.com/Jokinen/create-component#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"inquirer": "^6.0.0",
"junk": "^2.1.0",
"stream-replace": "^1.0.0",
"trim-right": "^1.0.1"
},
"devDependencies": {
"ava": "1.0.0-beta.6",
"execa": "^0.10.0",
"husky": "^0.14.3",
"mock-fs": "^4.5.0",
"precise-commits": "^1.0.2",
"prettier": "^1.13.5"
},
"createFromBlueprint": {
"component": "testProject/blueprints/component"
}
}