-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.39 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
53
54
55
56
57
58
59
{
"name": "factory-commands",
"version": "0.5.7",
"description": "git commit and npm publish flow, formatting commit messages with commitizen.",
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "fbi b",
"watch": "fbi w",
"clean": "rm -rf ./lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-js/factory-commands.git"
},
"keywords": [
"git commit",
"handlebars",
"tasks",
"fbi-task",
"fbi"
],
"author": "neikvon <[email protected]> (https://github.com/neikvon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fbi-js/factory-commands/issues"
},
"homepage": "https://github.com/fbi-js/factory-commands#readme",
"engines": {
"node": ">=7.6.0",
"npm": ">=3.10.0"
},
"dependencies": {
"conventional-recommended-bump": "6.0.10",
"eslint": "^7.11.0",
"eslint-plugin-fbi": "*",
"fbi": "~4.3.2",
"get-stream": "^6.0.0",
"standard-version": "^9.0.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@fbi-js/factory-factory": "^1.1.0",
"@types/conventional-recommended-bump": "6.0.0",
"@types/eslint": "7.2.4",
"@types/node": "*",
"@types/standard-version": "7.0.0"
},
"fbi": {
"factory": {
"id": "@fbi-js/factory-factory",
"version": "",
"template": "factory",
"features": {
"typescript": true
}
}
}
}