forked from theBowja/genshin-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "genshin-db",
"version": "4.3.6",
"description": "Genshin Impact v3.5 JSON data. Search and get results in all in-game languages! Sources from the fandom wiki and GenshinData repo.",
"main": "./src/main.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"examples": "cd scripts/generate && node ./examples.js",
"makeIndex": "cd scripts/generate && node ./makeIndex.js",
"combineData": "cd scripts/generate && node ./combineData.js",
"assemble": "npm run makeIndex && npm run combineData && npm run examples",
"build": "node ./scripts/webpack/build.js",
"buildAllDist": "node ./scripts/webpack/buildAllDist.js",
"publish": "node ./scripts/publish/publish.js",
"publishTcg": "npm run publish tcg"
},
"keywords": [
"genshin-impact",
"genshinimpact",
"genshin"
],
"author": "thebowja",
"repository": {
"type": "git",
"url": "git+https://github.com/theBowja/genshin-db.git"
},
"license": "MIT",
"dependencies": {
"fuzzysort": "^1.1.4",
"pako": "^2.0.4"
},
"devDependencies": {
"arraybuffer-loader": "^1.0.8",
"follow-redirects": "^1.14.9",
"webpack": "^5.75.0",
"webpack-cli": "^4.2.0",
"yargs-parser": "^21.1.1"
},
"files": [
"examples/EXAMPLES.md",
"examples/index.ts",
"LICENSE",
"README.md",
"types/*",
"src/altnames.js",
"src/language.js",
"src/folder.js",
"src/helper.js",
"src/main.js",
"src/getdata.js",
"src/Options.js",
"src/min/data.min.json",
"src/design.json"
]
}