{ "name": "meshline", "version": "3.3.1", "author": "Jaume Sanchez (https://www.clicktorelease.com)", "license": "MIT", "bugs": { "url": "https://github.com/pmndrs/meshline/issues" }, "homepage": "https://github.com/pmndrs/meshline#readme", "files": [ "dist" ], "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "devDependencies": { "@react-three/fiber": "^8.9.1", "@react-three/postprocessing": "^2.7.0", "@types/node": "^18.11.13", "@types/three": "^0.146.0", "@vitejs/plugin-react": "2", "leva": "^0.9.34", "maath": "^0.4.2", "react": "^18.2.0", "react-dom": "^18.2.0", "three": "^0.147.0", "typescript": "^4.9.3", "vite": "^3.2.5" }, "peerDependencies": { "three": ">=0.137" }, "scripts": { "dev": "vite demo", "build": "vite build && tsc" } }