forked from ScratchAddons/contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 679 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 679 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
{
"name": "@scratchaddons/contributors",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "node src/index.js",
"run": "node src/index.js",
"debug": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScratchAddons/contributors.git"
},
"author": "Hans5958",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ScratchAddons/contributors/issues"
},
"homepage": "https://github.com/ScratchAddons/contributors#readme",
"dependencies": {
"all-contributors-cli": "^6.20.4",
"fs-extra": "^10.0.0",
"node-fetch": "^3.2.0"
}
}