UNPKG

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