UNPKG

2.3 kBJSONView Raw
1{
2 "name": "@auto-it/core",
3 "version": "9.40.0",
4 "description": "Node API for using auto.",
5 "main": "dist/auto.js",
6 "license": "MIT",
7 "author": {
8 "name": "Andrew Lisowski",
9 "email": "lisowski54@gmail.com"
10 },
11 "publishConfig": {
12 "registry": "https://registry.npmjs.org/",
13 "access": "public"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/intuit/auto"
18 },
19 "files": [
20 "dist"
21 ],
22 "keywords": [
23 "automation",
24 "semantic",
25 "release",
26 "github",
27 "labels",
28 "automated",
29 "continuos integration",
30 "changelog",
31 "node"
32 ],
33 "scripts": {
34 "build": "tsc -b",
35 "start": "npm run build -- -w",
36 "lint": "eslint src --ext .ts",
37 "test": "jest --maxWorkers=2 --config ../../package.json"
38 },
39 "dependencies": {
40 "@auto-it/bot-list": "^9.40.0",
41 "@octokit/graphql": "^4.4.0",
42 "@octokit/plugin-enterprise-compatibility": "^1.2.2",
43 "@octokit/plugin-retry": "^3.0.1",
44 "@octokit/plugin-throttling": "^3.2.0",
45 "@octokit/rest": "^17.9.0",
46 "await-to-js": "^2.1.1",
47 "chalk": "^4.0.0",
48 "cosmiconfig": "6.0.0",
49 "deepmerge": "^4.0.0",
50 "dotenv": "^8.0.0",
51 "endent": "^2.0.1",
52 "enquirer": "^2.3.4",
53 "env-ci": "^5.0.1",
54 "fast-glob": "^3.1.1",
55 "fp-ts": "^2.5.3",
56 "fromentries": "^1.2.0",
57 "gitlog": "^4.0.0",
58 "https-proxy-agent": "^5.0.0",
59 "import-cwd": "^3.0.0",
60 "import-from": "^3.0.0",
61 "io-ts": "^2.1.2",
62 "lodash.chunk": "^4.2.0",
63 "log-symbols": "^4.0.0",
64 "node-fetch": "2.6.0",
65 "parse-github-url": "1.0.2",
66 "semver": "^7.0.0",
67 "signale": "^1.4.0",
68 "tapable": "^2.0.0-beta.2",
69 "terminal-link": "^2.1.1",
70 "tinycolor2": "^1.4.1",
71 "tslib": "2.0.0",
72 "typescript-memoize": "^1.0.0-alpha.3",
73 "url-join": "^4.0.0"
74 },
75 "devDependencies": {
76 "@types/dotenv": "^8.2.0",
77 "@types/env-ci": "^3.1.0",
78 "@types/graphql": "^14.2.0",
79 "@types/jest": "~25.2.1",
80 "@types/lodash.chunk": "^4.2.6",
81 "@types/node": "^13.1.8",
82 "@types/node-fetch": "2.5.7",
83 "@types/semver": "^7.1.0",
84 "@types/signale": "^1.2.1",
85 "@types/tinycolor2": "^1.4.1",
86 "@types/url-join": "^4.0.0",
87 "graphql": "^15.0.0"
88 },
89 "gitHead": "4c92d2921330e0a4e6023c510f1050b73e04d30d"
90}