UNPKG

1.22 kBJSONView Raw
1{
2 "name": "apeman-dev-commons-releasing",
3 "version": "1.1.11",
4 "description": "apeman common module for releasing.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js",
8 "build": "./ci/build.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/apeman-repo/apeman-dev-commons-releasing.git"
15 },
16 "keywords": [
17 "apeman",
18 "dev",
19 "commons",
20 "releasing"
21 ],
22 "author": {
23 "name": "Taka Okunishi",
24 "url": "http://okunishitaka.com"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/apeman-repo/apeman-dev-commons-releasing/issues"
29 },
30 "homepage": "https://github.com/apeman-repo/apeman-dev-commons-releasing#readme",
31 "dependencies": {
32 "argx": "^1.1.5",
33 "async": "^1.4.0",
34 "colorprint": "^1.1.1",
35 "execcli": "^1.1.3",
36 "taggit": "^1.0.4",
37 "versionup": "^1.0.7",
38 "yesno": "0.0.1"
39 },
40 "devDependencies": {
41 "apeman-dev-commons-coveraging": "^1.0.5",
42 "apeman-dev-commons-reporting": "^1.0.3",
43 "apeman-dev-commons-testing": "^1.0.2",
44 "apeman-tmpl-contrib-official": "^1.12.2",
45 "coz": "^1.2.5",
46 "injectmock": "^1.0.4"
47 }
48}
\No newline at end of file