forked from maxkomarychev/merge-pal-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 Bytes
/
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
{
"name": "merge-pal",
"version": "0.5.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "ncc build -o bin src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxkomarychev/merge-pal-action.git"
},
"author": "Max Komarychev",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxkomarychev/merge-pal-action/issues"
},
"homepage": "https://github.com/maxkomarychev/merge-pal-action#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^1.1.0",
"js-yaml": "^3.13.1"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@types/js-yaml": "^3.12.1",
"@types/node": "^12.11.1",
"@zeit/ncc": "^0.20.5",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
}
}