UNPKG

1.54 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": "9.37.0",
6 "license": "MIT",
7 "author": {
8 "name": "Andrew Lisowski",
9 "email": "lisowski54@gmail.com"
10 },
11 "pkg": {
12 "scripts": "../../plugins/**/dist/**/*.js"
13 },
14 "publishConfig": {
15 "registry": "https://registry.npmjs.org/",
16 "access": "public"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/intuit/auto"
21 },
22 "files": [
23 "dist"
24 ],
25 "engines": {
26 "node": ">=10.x"
27 },
28 "keywords": [
29 "automation",
30 "semantic",
31 "release",
32 "github",
33 "labels",
34 "automated",
35 "continuos integration",
36 "changelog",
37 "cli"
38 ],
39 "scripts": {
40 "build": "tsc -b",
41 "start": "npm run build -- -w",
42 "lint": "eslint src --ext .ts",
43 "test": "jest --maxWorkers=2",
44 "bundle": "yarn package && yarn gzip",
45 "package": "rimraf binary && pkg . --out-path binary",
46 "gzip": "ls binary/auto* | xargs gzip"
47 },
48 "dependencies": {
49 "@auto-it/core": "^9.37.0",
50 "@auto-it/npm": "^9.37.0",
51 "@auto-it/released": "^9.37.0",
52 "await-to-js": "^2.1.1",
53 "chalk": "^4.0.0",
54 "command-line-application": "^0.9.3",
55 "endent": "^2.0.1",
56 "module-alias": "^2.2.2",
57 "signale": "^1.4.0",
58 "terminal-link": "^2.1.1",
59 "tslib": "1.11.1"
60 },
61 "devDependencies": {
62 "@types/signale": "^1.2.1",
63 "pkg": "^4.4.0"
64 },
65 "gitHead": "9ac09f051aa949d365fd4faca564861827b2e0dc"
66}