@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
74 lines • 1.85 kB
JSON
{
"name": "@three3d/tools",
"version": "1.9.4",
"description": "@three3d/tools 提供了 ThreeJS 常用的工具库",
"main": "./dist/tools.umd.js",
"module": "./dist/tools.mjs",
"exports": {
"import": "./dist/tools.mjs",
"require": "./dist/tools.umd.js"
},
"types": "dist/index.d.ts",
"type": "commonjs",
"sideEffects": false,
"homepage": "https://github.com/GuoBinyong/three-tools#readme",
"repository": {
"type": "git",
"url": "https://github.com/GuoBinyong/three-tools"
},
"bugs": {
"url": "https://github.com/GuoBinyong/three-tools/issues",
"email": "guobinyong@qq.com"
},
"keywords": [
"ThreeJS",
"3D",
"three tools"
],
"author": {
"name": "郭斌勇",
"email": "guobinyong@qq.com"
},
"license": "MIT",
"files": [
"dist/[^.]*",
"types/[^.]*",
"docs/[^.]*",
"doc/[^.]*"
],
"devDependencies": {
"@microsoft/api-documenter": "^7.22.7",
"@microsoft/api-extractor": "^7.35.1",
"build-tls": "^1.3.12",
"dts-bundle-generator": "^8.0.1",
"package-tls": "^1.3.2",
"rollup-plugin-preserve-shebang": "^1.0.1",
"three": ">=0.152.0",
"typescript": "^5.0.4",
"vite": "^4.3.9"
},
"peerDependencies": {
"three": ">=0.152.0"
},
"peerDependenciesMeta": {
"three": {
"optional": false
}
},
"dependencies": {
"@types/three": ">=0.152.0",
"type-tls": "^2.5.0",
"image-tls": "^1.2.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"bunch": "vite build --mode bunch",
"debug": "debug=true vite build",
"debug:bunch": "debug=true vite build --mode bunch",
"preview": "vite preview",
"api": "api-extractor run -c api-extractor.jsonc -l -v",
"doc": "api-documenter markdown -i ./temp -o doc/api",
"apidoc": "npm run api ; npm run doc"
}
}