-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.37 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
{
"name": "angelscripts-monorepo-common-modules",
"version": "2.0.2",
"description": "An angel commands aiding in management of common modules of organic monorepos following stem skeleton 2.1 structure.",
"main": "index.js",
"scripts": {
"test": "echo \"no test specified\"",
"preversion": "eslint ./ && npm test",
"release-patch": "npm version patch && npm publish",
"release-minor": "npm version minor && npm publish",
"release-major": "npm version major && npm publish",
"postversion": "git push origin master && git push origin master --tags"
},
"author": "Boris Filipov",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"organic-stem-skeleton-find-root": "^2.0.1",
"p-iteration": "^1.1.8",
"terminate": "^2.1.2"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.24.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-organic/angelscripts-monorepo-common-modules.git"
},
"bugs": {
"url": "https://github.com/node-organic/angelscripts-monorepo-common-modules/issues"
},
"homepage": "https://github.com/node-organic/angelscripts-monorepo-common-modules#readme"
}