forked from JannisX11/wintersky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 934 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
35
36
37
38
39
{
"name": "@lunarclient/wintersky",
"version": "0.0.1",
"description": "Lunar Client's fork of Wintersky",
"main": "dist/wintersky.cjs.js",
"module": "dist/wintersky.esm.js",
"types": "types/index.d.ts",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LunarClient/wintersky.git"
},
"author": "JannisX11",
"license": "MIT",
"bugs": {
"url": "https://github.com/LunarClient/wintersky/issues"
},
"files": [
"dist/*.js",
"src",
"assets",
"types/*.ts"
],
"homepage": "https://github.com/LunarClient/wintersky#readme",
"devDependencies": {
"@rollup/plugin-image": "^2.0.5",
"rollup": "^2.28.2",
"rollup-plugin-glslify": "^1.2.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"molangjs": "^1.6.1",
"three": "^0.152.2",
"tinycolor2": "^1.4.2"
}
}