-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (42 loc) · 1010 Bytes
/
package.json
File metadata and controls
43 lines (42 loc) · 1010 Bytes
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
{
"name": "github-action",
"version": "0.0.1",
"description": "GitHub Action for storing CLA signatures",
"main": "lib/main.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cla-assistant/github-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/github": "^1.0.0",
"@actions/io": "^1.0.0",
"@types/jquery": "^3.3.31",
"actions-toolkit": "^2.1.0",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
},
"author": "ibakshay",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cla-assistant/github-action/issues"
},
"homepage": "https://github.com/cla-assistant/github-action#readme"
}