UNPKG

1.6 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.6.0-canary.561.7280.0",
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.6.0-canary.561.7280.0",
45 "@auto-it/npm": "7.6.0-canary.561.7280.0",
46 "@auto-it/released": "7.6.0-canary.561.7280.0",
47 "chalk": "^2.4.2",
48 "command-line-args": "^5.1.1",
49 "command-line-usage": "^6.0.2",
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": "^3.0.0"
60 },
61 "gitHead": "19386a94eb091f506d39dacc7c581677fc1703bf"
62}