-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 593 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "github-red-issues",
"private": true,
"scripts": {
"start": "npm run build",
"build": "node build.js",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KatsuteDev/GitHub-Red-Issues.git"
},
"author": "Katsute",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/KatsuteDev/GitHub-Red-Issues/issues"
},
"homepage": "https://github.com/KatsuteDev/GitHub-Red-Issues#readme",
"devDependencies": {
"adm-zip": "0.5.16"
}
}