初始化
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "compress-gltf-tools",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Node 20+ model processing toolkit extracted from seinjs-gltf-loader",
|
||||
"main": "dist/index.js",
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"amc": "^1.0.5",
|
||||
"bluebird": "^3.7.2",
|
||||
"cesium": "1.59.0",
|
||||
"mime": "^2.6.0",
|
||||
"seinjs-texture-compressor": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.19.39",
|
||||
"typescript": "^5.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user