-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "skin-lib",
"version": "1.0.0",
"description": "Custom and current defly.io skins",
"type": "module",
"scripts": {
"start": "node src/index.js",
"build": "vite build src/client",
"build:dev": "vite build src/client --watch --sourcemap true --minify false",
"tools:getSkinImages": "node scripts/getSkinImages.js",
"tools:getSkinSpecs": "node scripts/getSkinSpecs.js",
"tools:createSkinFiles": "node scripts/createSkinFiles.js",
"tools:sortSkins": "node scripts/sortSkins.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zisra/skin-repo.git"
},
"author": "Isra",
"license": "ISC",
"bugs": {
"url": "https://github.com/zisra/skin-lib/issues"
},
"homepage": "https://github.com/zisra/skin-lib#readme",
"dependencies": {
"archiver": "^5.3.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"pixi.js": "^7.2.4",
"vite": "^4.3.9"
},
"devDependencies": {
"@types/archiver": "^5.3.2",
"@types/express": "^4.17.17",
"ofetch": "^1.3.3",
"sharp": "^0.32.5"
}
}