UNPKG

@stagewise/plugin-builder

Version:

Build stagewise plugins with ease.

74 lines 1.57 kB
{ "name": "@stagewise/plugin-builder", "description": "Build stagewise plugins with ease.", "version": "0.6.2", "private": false, "type": "module", "keywords": [ "stagewise", "toolbar", "ai", "devtool", "agent", "interaction" ], "author": "tiq UG (haftungsbeschränkt)", "license": "AGPL-3.0-only", "homepage": "https://stagewise.io", "bugs": { "url": "https://github.com/stagewise-io/stagewise/issues" }, "repository": { "type": "git", "url": "https://github.com/stagewise-io/stagewise.git", "directory": "packages/toolbar" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "default": "./dist/index.es.js" } }, "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@types/react": "19.1.8", "@vitejs/plugin-react-swc": "3.7.0", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup-preserve-directives": "1.1.3", "typescript": "^5.8.3", "vite": "6.3.5", "vite-plugin-dts": "4.5.3", "@stagewise/toolbar": "0.6.2" }, "devDependencies": { "esbuild": "^0.25.6", "typescript": "^5.8.3" }, "turbo": { "tasks": { "dev": { "outputs": [ "dist/**" ] }, "build": { "outputs": [ "dist/**" ] } } }, "scripts": { "clean": "rm -rf .turbo node_modules dist", "dev": "tsc -b && node build.js", "build": "tsc -b && node build.js" } }