generated from risadams/repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 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
{
"name": "@risadams/contributors-update",
"version": "3.1.0",
"description": "A GitHub action to update the contributors files",
"main": "src/index.js",
"scripts": {
"lint": "jshint",
"prep": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"all": "npm run lint && npm run prep"
},
"repository": {
"type": "git",
"url": "git+https://github.com/risadams/contributors-update.git"
},
"keywords": [
"GitHub",
"action",
"javascript",
"learning-by-doing",
"contributors"
],
"author": "ris adams",
"license": "MIT",
"bugs": {
"url": "https://github.com/risadams/contributors-update/issues"
},
"homepage": "https://github.com/risadams/contributors-update#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"node-fetch": "2.6.9"
},
"devDependencies": {
"@vercel/ncc": "0.36.0",
"jshint": "2.13.6",
"jest": "29.3.1"
}
}