-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "image-to-minecraft-map",
"version": "0.1.0",
"description": "",
"files": [
"src/"
],
"scripts": {
"tsc": "tsc",
"start": "parcel serve src/html/**/**.html",
"build": "parcel build 'src/html/**/**.html' --public-url ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Frumple/image-to-minecraft-map.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Frumple/image-to-minecraft-map/issues"
},
"homepage": "https://github.com/Frumple/image-to-minecraft-map#readme",
"alias": {
"colorjs.io/fn": "./node_modules/colorjs.io/src/index-fn.js"
},
"devDependencies": {
"@parcel/core": "2.12.0",
"@parcel/plugin": "2.12.0",
"@parcel/transformer-sass": "2.12.0",
"@parcel/transformer-typescript-tsc": "2.12.0",
"@parcel/validator-typescript": "2.12.0",
"@types/node": "20.9.4",
"@types/offscreencanvas": "2019.7.3",
"@types/pako": "2.0.3",
"buffer": "6.0.3",
"nodemon": "3.1.7",
"parcel": "2.12.0",
"parcel-resolver-tspaths": "0.0.9",
"process": "0.11.10",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
"dependencies": {
"colorjs.io": "0.5.2",
"jszip": "3.10.1",
"nbt-ts": "1.3.6",
"pako": "2.1.0"
},
"packageManager": "yarn@4.5.0"
}