UNPKG

2.07 kBJSONView Raw
1{
2 "name": "@auto-it/core",
3 "version": "7.2.3",
4 "description": "Node API for using auto.",
5 "main": "dist/auto.js",
6 "author": {
7 "name": "Andrew Lisowski",
8 "email": "lisowski54@gmail.com"
9 },
10 "publishConfig": {
11 "registry": "https://registry.npmjs.org/",
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/intuit/auto"
17 },
18 "files": [
19 "dist"
20 ],
21 "keywords": [
22 "automation",
23 "semantic",
24 "release",
25 "github",
26 "labels",
27 "automated",
28 "continuos integration",
29 "changelog",
30 "node"
31 ],
32 "scripts": {
33 "build": "tsc -p tsconfig.json",
34 "build:watch": "npm run build -- -w",
35 "lint": "tslint -p . --format stylish",
36 "test": "jest --maxWorkers=2 --config ../../package.json"
37 },
38 "dependencies": {
39 "@atomist/slack-messages": "~1.1.0",
40 "@octokit/graphql": "^2.1.2",
41 "@octokit/plugin-enterprise-compatibility": "^1.1.1",
42 "@octokit/plugin-retry": "^2.2.0",
43 "@octokit/plugin-throttling": "^2.6.0",
44 "@octokit/rest": "16.28.1",
45 "arr-flatten": "^1.1.0",
46 "cosmiconfig": "5.2.0",
47 "dedent": "^0.7.0",
48 "deepmerge": "^3.2.0",
49 "dotenv": "^8.0.0",
50 "enquirer": "^2.3.0",
51 "env-ci": "^3.2.0",
52 "gitlog": "^3.1.2",
53 "import-cwd": "^3.0.0",
54 "lodash.chunk": "^4.2.0",
55 "node-fetch": "2.5.0",
56 "semver": "^6.0.0",
57 "signale": "^1.4.0",
58 "tapable": "^2.0.0-beta.2",
59 "tinycolor2": "^1.4.1",
60 "typescript-memoize": "^1.0.0-alpha.3",
61 "url-join": "^4.0.0"
62 },
63 "devDependencies": {
64 "@types/cosmiconfig": "5.0.3",
65 "@types/dedent": "^0.7.0",
66 "@types/dotenv": "^6.1.0",
67 "@types/env-ci": "^3.1.0",
68 "@types/graphql": "^14.2.0",
69 "@types/jest": "~24.0.9",
70 "@types/lodash.chunk": "^4.2.6",
71 "@types/node": "^12.0.0",
72 "@types/node-fetch": "2.3.3",
73 "@types/semver": "^6.0.0",
74 "@types/signale": "^1.2.1",
75 "@types/tinycolor2": "^1.4.1",
76 "@types/url-join": "^4.0.0",
77 "graphql": "^14.2.1"
78 },
79 "gitHead": "174a8f328fb998e4a671451ac637669265db97a7"
80}