-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 982 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
36
{
"name": "slack-pull-requests",
"version": "1.1.0",
"description": "This is a test file",
"main": "index.js",
"scripts": {
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calm/slack-pull-requests.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/calm/slack-pull-requests/issues"
},
"homepage": "https://github.com/calm/slack-pull-requests#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/auth-action": "^1.3.0",
"@octokit/rest": "^18.0.6",
"@okta/okta-sdk-nodejs": "^4.1.1",
"@slack/web-api": "^5.12.0",
"@types/node": "^12.12.6",
"@vercel/ncc": "^0.23.0"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}