@threepipe/plugin-assimpjs
Version:
Assimp.js Plugin for ThreePipe
51 lines (50 loc) • 1.07 kB
JSON
{
"name": "@threepipe/plugin-assimpjs",
"description": "Assimp.js Plugin for ThreePipe",
"version": "0.2.3",
"dependencies": {},
"peerDependencies": {
"threepipe": ">=0.1.0"
},
"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",
"README.md",
"CHANGELOG.md",
"docs",
"tsconfig.json"
],
"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"
}
}