forked from intuit/auto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@auto-it/npm",
"version": "11.1.1",
"main": "dist/index.js",
"description": "NPM publishing plugin for auto",
"license": "MIT",
"author": {
"name": "Andrew Lisowski",
"email": "[email protected]"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/intuit/auto"
},
"files": [
"dist"
],
"keywords": [
"automation",
"semantic",
"release",
"github",
"labels",
"automated",
"continuos integration",
"changelog",
"npm",
"lerna"
],
"scripts": {
"build": "tsc -b",
"start": "npm run build -- -w",
"lint": "eslint src --ext .ts",
"test": "jest --maxWorkers=2 --config ../../package.json"
},
"dependencies": {
"@auto-it/core": "link:../../packages/core",
"@auto-it/package-json-utils": "link:../../packages/package-json-utils",
"await-to-js": "^3.0.0",
"endent": "^2.1.0",
"env-ci": "^5.0.1",
"fp-ts": "^2.5.3",
"get-monorepo-packages": "^1.1.0",
"io-ts": "^2.1.2",
"registry-url": "^5.1.0",
"semver": "^7.0.0",
"tslib": "2.1.0",
"typescript-memoize": "^1.0.0-alpha.3",
"url-join": "^4.0.0",
"user-home": "^2.0.0"
},
"devDependencies": {
"@octokit/rest": "^18.12.0",
"@types/env-ci": "^3.1.0",
"@types/semver": "^7.1.0",
"@types/url-join": "^4.0.0",
"@types/user-home": "^2.0.0"
}
}