-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 925 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
37
38
39
40
{
"name": "pullforcer",
"version": "1.0.0",
"private": true,
"description": "Pull Request Enforcer",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "ncc build --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radulle/pullforcer.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Nikola Radulaski <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.3"
},
"devDependencies": {
"@types/node": "^16.10.5",
"@typescript-eslint/parser": "^5.25.0",
"@vercel/ncc": "^0.33.4",
"eslint": "^8.16.0",
"eslint-plugin-github": "^4.3.6",
"eslint-plugin-jest": "^26.2.2",
"jest": "^28.1.0",
"js-yaml": "^4.1.0",
"prettier": "2.6.2",
"ts-jest": "^28.0.2",
"typescript": "^4.6.4"
}
}