forked from Scoopforge/Extras-CN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·26 lines (26 loc) · 956 Bytes
/
package.json
File metadata and controls
executable file
·26 lines (26 loc) · 956 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
{
"name": "scoopet",
"version": "0.1.0",
"homepage": "https://github.com/ivaquero/scoopet",
"description": "A Personal Scoop Bucket for Facilitating Academic Research.",
"private": true,
"repository": {
"url": "git+https://github.com/ivaquero/scoopet.git",
"type": "git"
},
"scripts": {
"checkurls": "powershell -noprofile ./bin/checkurls.ps1",
"checkver": "powershell -noprofile ./bin/checkver.ps1",
"missing-checkver": "powershell -noprofile ./bin/missing-checkver.ps1",
"format": "powershell -noprofile ./bin/formatjson.ps1",
"update": "powershell -noprofile ./bin/auto-pr.ps1 -push",
"sync": "powershell -noprofile ./bin/sync-mirror.ps1",
"test": "powershell -noprofile ./bin/test.ps1"
},
"bugs": {
"url": "https://github.com/ivaquero/scoopet/issues"
},
"main": "index.js",
"author": "ivaquero",
"license": "ISC"
}