UNPKG

1.44 kBJSONView Raw
1{
2 "name": "auto",
3 "description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
4 "version": "7.0.0-canary.420.5424.9+94c499d",
5 "main": "dist/main.js",
6 "author": {
7 "name": "Andrew Lisowski",
8 "email": "lisowski54@gmail.com"
9 },
10 "bin": {
11 "auto": "dist/bin/auto.js"
12 },
13 "publishConfig": {
14 "registry": "https://registry.npmjs.org/"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/intuit/auto"
19 },
20 "files": [
21 "dist"
22 ],
23 "keywords": [
24 "automation",
25 "semantic",
26 "release",
27 "github",
28 "labels",
29 "automated",
30 "continuos integration",
31 "changelog",
32 "cli"
33 ],
34 "scripts": {
35 "build": "tsc -p tsconfig.json",
36 "build:watch": "npm run build -- -w",
37 "lint": "tslint -p . --format stylish",
38 "test": "jest --maxWorkers=2"
39 },
40 "dependencies": {
41 "@intuit-auto/core": "^7.0.0-canary.420.5424.9+94c499d",
42 "@intuit-auto/npm": "^7.0.0-canary.420.5424.9+94c499d",
43 "@intuit-auto/released": "^7.0.0-canary.420.5424.9+94c499d",
44 "chalk": "^2.4.2",
45 "command-line-args": "^5.1.1",
46 "command-line-usage": "^5.0.5",
47 "dedent": "^0.7.0",
48 "signale": "^1.4.0"
49 },
50 "devDependencies": {
51 "@types/command-line-args": "^5.0.0",
52 "@types/command-line-usage": "^5.0.1",
53 "@types/dedent": "^0.7.0",
54 "@types/signale": "^1.2.1"
55 },
56 "gitHead": "94c499d50f3e7ddb89408f2ab6d819de414e2090"
57}