{ "name": "@threepipe/plugin-tweakpane", "description": "Tweakpane UI Plugin for ThreePipe", "version": "0.1.0", "devDependencies": { "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz", "uiconfig-tweakpane": "^0.0.4" }, "dependencies": { "threepipe": "file:./../../src/" }, "clean-package": { "remove": [ "clean-package", "scripts", "devDependencies", "//", "markdown-to-html" ], "replace": { "dependencies": { "threepipe": "^0.0.8-dev.1" } } }, "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "prepare": "npm run build", "build": "rimraf dist && NODE_ENV=production rollup -c", "dev": "rollup -c -w" }, "//": { "dependencies": { "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz", "uiconfig-tweakpane": "^0.0.4" }, "local_dependencies": { "tweakpane-image-plugin": "file:./../tweakpane-image-plugin", "uiconfig-tweakpane": "^file:./../uiconfig-tweakpane" } }, "author": "repalash ", "license": "Apache-2.0", "keywords": [ "three", "three.js", "tweakpane", "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" } }