-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "esp.json",
"version": "1.0.0",
"description": "JSON definitions for parsing Bethesda Plugin Files (.esp, .esm, .esl)",
"main": "index.js",
"scripts": {
"convert": "node ./tasks/convert.js",
"build": "node ./tasks/build.js",
"buildSchema": "node ./tasks/buildSchema.js",
"convertAll": "node ./tasks/convertAll.js",
"buildAll": "node ./tasks/buildAll.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matortheeternal/esp.json.git"
},
"keywords": [
"bethesda",
"plugin",
"file",
"parsing",
"definitions",
"json",
"esp",
"esl",
"esm"
],
"author": "Mator",
"license": "MIT",
"bugs": {
"url": "https://github.com/matortheeternal/esp.json/issues"
},
"homepage": "https://github.com/matortheeternal/esp.json#readme"
}