-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
41 lines (41 loc) · 1.73 KB
/
package.json
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
39
40
41
{
"name": "fire-emblem-graphics-repository",
"version": "1.0.0",
"description": "A repository for sharing fire emblem assets",
"main": "index.js",
"scripts": {
"battle-animations-readme": "node ./repo-tools/battle-animations/make-battle-animations-readme.js && git add .",
"bg-interface-readme": "node ./repo-tools/make-bg-interface-readme.js && git add .",
"item-icons-readme": "node ./repo-tools/make-item-icons-readme.js && git add .",
"maps-readme": "node ./repo-tools/make-maps-readme.js && git add .",
"class-cards-readme": "node ./repo-tools/make-classcards-readme.js && git add .",
"portraits-readme": "node ./repo-tools/make-portraits-readme.js && git add .",
"map-sprites-readme": "node ./repo-tools/make-mapsprites-readme.js && git add .",
"update-all" :"node ./repo-tools/battle-animations/make-battle-animations-readme.js && node ./repo-tools/make-bg-interface-readme.js && node ./repo-tools/make-item-icons-readme.js && node ./repo-tools/make-maps-readme.js && node ./repo-tools/make-classcards-readme.js && node ./repo-tools/make-portraits-readme.js && node ./repo-tools/make-mapsprites-readme.js && git add .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Klokinator/Fire-Emblem-Graphics-Repository.git"
},
"keywords": [
"fire",
"emblem",
"fe",
"hacking"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Klokinator/Fire-Emblem-Graphics-Repository/issues"
},
"homepage": "https://github.com/Klokinator/Fire-Emblem-Graphics-Repository#readme",
"devDependencies": {
"husky": "^6.0.0"
},
"dependencies": {
"fetchquest": "^1.2.0",
"gitio": "^2.3.0",
"urrl": "^1.0.0"
}
}