-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "donderflow",
"version": "1.0.0",
"main": "index.js",
"bin": {
"donderflow": "./index.js"
},
"author": "mstrk <[email protected]> (https://github.com/mstrk)",
"license": "MIT",
"homepage": "https://github.com/mstrk/donderflow.git#readme",
"bugs": {
"url": "https://github.com/mstrk/donderflow/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mstrk/donderflow.git"
},
"scripts": {
"build": "tsc && copyfiles -f \"./lib/defaults.json\" ./dist",
"prebuild": "yarn lint && rm -rf ./dist",
"lint": "eslint 'lib/**/*.{ts,js}'"
},
"dependencies": {
"@octokit/rest": "18.0.9",
"@types/conventional-commits-parser": "3.0.1",
"@types/dateformat": "3.0.1",
"@types/dotenv": "8.2.0",
"@types/fs-extra": "9.0.2",
"@types/get-stream": "3.0.2",
"@types/git-url-parse": "9.0.0",
"@types/node": "14.14.6",
"@types/signale": "1.4.1",
"@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0",
"conventional-commits-filter": "2.0.1",
"conventional-commits-parser": "3.0.1",
"copyfiles": "2.4.0",
"dateformat": "3.0.3",
"dotenv": "6.2.0",
"eslint": "7.12.1",
"eslint-config-standard": "16.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.2",
"execa": "1.0.0",
"fs-extra": "7.0.1",
"get-stream": "4.1.0",
"git-log-parser": "1.2.0",
"git-url-parse": "11.4.0",
"parse-path": "4.0.1",
"semver": "5.6.0",
"signale": "1.3.0",
"typescript": "4.0.5"
}
}