-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "clubhouse-pr",
"version": "1.0.0",
"description": "Update Github PRs with Clubhouse information",
"main": "index.js",
"scripts": {
"build": "ncc build index.js --license licenses.txt",
"lint": "eslint *.js",
"lint:watch": "esw -w --color *.js",
"pretty": "pretty-quick",
"tdd": "jest --watchAll",
"test": "jest",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farmersdog/clubhouse-pr.git"
},
"keywords": [],
"author": "Rae Farine <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/farmersdog/clubhouse-pr/issues"
},
"homepage": "https://github.com/farmersdog/clubhouse-pr#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^5.0.0",
"@useshortcut/client": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.12.1",
"@vercel/ncc": "^0.31.1",
"babel-jest": "^27.2.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-watch": "^7.0.0",
"husky": "^7.0.0",
"jest": "^27.2.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"yargs": "^17.1.1"
}
}