{ "name": "@threepipe/plugin-blueprintjs", "description": "Blueprint.js UI Plugin for ThreePipe", "version": "0.2.0", "devDependencies": { "uiconfig-blueprint": "^0.0.3" }, "dependencies": { "threepipe": "file:./../../src/" }, "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "source": "src/index.ts", "files": [ "dist", "src" ], "scripts": { "new:pack": "npm run prepare && clean-package && npm pack && clean-package restore", "new:publish": "npm run prepare && clean-package && npm publish --access public && clean-package restore", "prepare": "npm run build && npm run docs", "build": "rimraf dist && NODE_ENV=production rollup -c", "dev": "rollup -c -w", "docs": "rimraf docs && npx typedoc" }, "author": "repalash ", "license": "Apache-2.0", "keywords": [ "three", "three.js", "blueprint", "threepipe", "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" }, "clean-package": { "remove": [ "clean-package", "scripts", "devDependencies", "//", "markdown-to-html" ], "replace": { "dependencies": {}, "peerDependencies": { "threepipe": "^0.0.18" } } }, "//": { "dependencies": { "uiconfig-blueprint": "^0.0.3" }, "local_dependencies": { "uiconfig-blueprint": "^file:./../uiconfig-blueprint" } } }