-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 890 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
{
"name": "@pureeval/voxel-geometry",
"version": "1.2.20",
"type": "module",
"description": "voxel-geometry",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"del": "^6.0.0",
"eslint": "^8.32.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"source-map": "^0.7.4",
"typescript": "^4.9.4",
"express": "^4.18.2",
"three": "^0.126.1",
"ws": "^8.12.0"
},
"scripts": {
"lint": "eslint . --ext .ts",
"webviewer": "tsc && node webviewer/server.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CAIMEOX/VoxelGeometry.git"
},
"author": "CAIMEO,Lampese",
"bugs": {
"url": "https://github.com/CAIMEOX/VoxelGeometry/issues"
},
"homepage": "https://github.com/CAIMEOX/VoxelGeometry#readme"
}