generated from infinia-yzl/image-set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "image-wutheringwaves",
"version": "1.1.1",
"description": "A fan-curated collection of images from Wuthering Waves by Kuro Games (https://wutheringwaves.kurogames.com/). All rights belong to Kuro Games. Contributions are welcome!",
"main": "src/index.js",
"files": [
"src",
"dist",
"public"
],
"repository": {
"type": "git",
"url": "git+https://github.com/infinia-yzl/image-wutheringwaves.git"
},
"keywords": [
"image-management",
"open-source",
"community-contributions",
"image-optimization",
"wuthering-waves",
"wuwa"
],
"author": "Isaac Yong",
"license": "MIT",
"scripts": {
"process-images": "node scripts/process-images.js",
"compress-images": "node scripts/process-images.js --compress-only",
"publish-package": "node scripts/publish.js",
"test": "jest",
"build-types": "tsc --declaration --emitDeclarationOnly --outDir dist",
"prepublishOnly": "npm run build-types"
},
"types": "dist/src/index.d.ts",
"jest": {
"testMatch": [
"**/*.test.js"
]
},
"devDependencies": {
"@types/node": "^20.14.9",
"jest": "^29.7.0",
"sharp": "^0.32.1",
"typescript": "^5.5.3"
},
"dependencies": {
"@inquirer/prompts": "^5.1.2"
}
}