-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "cla-sign-bot",
"version": "0.0.11",
"description": "GitHub CLA sign manager",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "probot run ./index.js",
"dev": "probot run ./dist/index.js",
"test": "echo \"No test specified\" && exit 0",
"lint": "eslint --config .eslintrc.js ./**/*.ts",
"deploy": "node ./scripts/deploy.js"
},
"keywords": [
"GitHub",
"CLA",
"bot"
],
"author": "Robert Kiss <ert78gb@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/UltimateHackingKeyboard/cla-bot"
},
"license": "GPL-3.0-only",
"dependencies": {
"probot": "^12.1.1",
"semver": "^7.3.5"
},
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"jest": "^27.3.1",
"nock": "^13.2.1",
"smee-client": "^1.2.2",
"source-map-support": "^0.5.21",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
}
}