-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 796 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
{
"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",
"ac": "npx all-contributors",
"aca": "npx all-contributors add",
"acg": "npx all-contributors generate"
},
"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.26.1",
"fs-extra": "^11.3.3",
"node-fetch": "^3.3.2"
}
}