@dzxwind/las-loader
Version:
lasLoader for three.js
55 lines (54 loc) • 1.16 kB
JSON
{
"name": "@dzxwind/las-loader",
"version": "0.1.2",
"description": "lasLoader for three.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md",
"README-zh.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Dzxwind/las-loader.git"
},
"keywords": [
"three.js",
"loader",
"las",
"las-loader",
"las-loader-threejs",
"threejs",
"three"
],
"author": "Dzxwind",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/Dzxwind/las-loader/issues"
},
"homepage": "https://github.com/Dzxwind/las-loader#readme",
"devDependencies": {
"@types/three": "^0.177.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/las": "^4.3.3",
"three": "^0.153.0"
},
"peerDependencies": {
"@loaders.gl/core": "^4.3.3",
"@loaders.gl/las": "^4.3.3",
"three": ">=0.153.0"
}
}