UNPKG

2.02 kBJSONView Raw
1{
2 "name": "@auto-canary/core",
3 "version": "8.2.1-canary.803.10581.0",
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 -b",
34 "start": "npm run build -- -w",
35 "lint": "eslint src --ext .ts",
36 "test": "jest --maxWorkers=2 --config ../../package.json"
37 },
38 "dependencies": {
39 "@octokit/graphql": "^4.0.0",
40 "@octokit/plugin-enterprise-compatibility": "1.1.1",
41 "@octokit/plugin-retry": "^2.2.0",
42 "@octokit/plugin-throttling": "^2.6.0",
43 "@octokit/rest": "16.35.0",
44 "await-to-js": "^2.1.1",
45 "cosmiconfig": "6.0.0",
46 "deepmerge": "^4.0.0",
47 "dotenv": "^8.0.0",
48 "endent": "^1.3.0",
49 "enquirer": "^2.3.0",
50 "env-ci": "^4.1.1",
51 "gitlog": "^3.1.2",
52 "https-proxy-agent": "^3.0.0",
53 "import-cwd": "^3.0.0",
54 "lodash.chunk": "^4.2.0",
55 "node-fetch": "2.6.0",
56 "semver": "^6.0.0",
57 "signale": "^1.4.0",
58 "tapable": "^2.0.0-beta.2",
59 "tinycolor2": "^1.4.1",
60 "tslib": "1.10.0",
61 "typescript-memoize": "^1.0.0-alpha.3",
62 "url-join": "^4.0.0"
63 },
64 "devDependencies": {
65 "@types/dotenv": "^8.2.0",
66 "@types/env-ci": "^3.1.0",
67 "@types/graphql": "^14.2.0",
68 "@types/jest": "~24.0.9",
69 "@types/lodash.chunk": "^4.2.6",
70 "@types/node": "^12.0.0",
71 "@types/node-fetch": "2.5.4",
72 "@types/semver": "^6.0.0",
73 "@types/signale": "^1.2.1",
74 "@types/tinycolor2": "^1.4.1",
75 "@types/url-join": "^4.0.0",
76 "graphql": "^14.2.1"
77 },
78 "gitHead": "5f7f12be5051c8f43d0c965609d74b6ced141822"
79}