UNPKG

@threepipe/plugin-assimpjs

Version:
47 lines (46 loc) 996 B
{ "name": "@threepipe/plugin-assimpjs", "description": "Assimp.js Plugin for ThreePipe", "version": "0.2.0", "dependencies": {}, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./dist/": { "import": "./dist/", "require": "./dist/" } }, "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "author": "repalash <palash@shaders.app>", "license": "Apache-2.0", "keywords": [ "three", "three.js", "threepipe", "vite", "plugin" ], "bugs": { "url": "https://github.com/repalash/threepipe/issues" }, "homepage": "https://github.com/repalash/threepipe#readme", "repository": { "type": "git", "url": "git://github.com/repalash/threepipe.git", "directory": "plugins/assimpjs" }, "peerDependencies": { "threepipe": "^0.0.46" } }