-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.22 KB
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
38
{
"name": "com.appalachia",
"private": true,
"displayName": "Appalachia Interactive development environment",
"version": "1.0.0",
"description": "Development environment for Appalachia Interactive",
"keywords": [
"Scripts",
"Tool",
"Environment",
"Appalachia"
],
"category": "Tool",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Appalachia Interactive"
},
"dependencies": {
"figlet": "^1.5.0",
"figlet-cli": "^0.1.1",
"rimraf": "^3.0.2",
"svgo": "^2.3.0"
},
"repository": {
"url": "https://github.com/AppalachiaInteractive/com.appalachia.git",
"type": "git"
},
"scripts": {
"preversion": "bash ~/com.appalachia/appa/appa.sh package preversion",
"version": "bash ~/com.appalachia/appa/appa.sh package version",
"postversion": "bash ~/com.appalachia/appa/appa.sh package postversion",
"prepack": "bash ~/com.appalachia/appa/appa.sh package prepack",
"postpack": "bash ~/com.appalachia/appa/appa.sh package postpack",
"prepublishOnly": "bash ~/com.appalachia/appa/appa.sh package prepublishOnly",
"publish": "bash ~/com.appalachia/appa/appa.sh package publish",
"postpublish": "bash ~/com.appalachia/appa/appa.sh package postpublish"
}
}