{ "name": "@bevy_flurx_wry/api", "version": "1.0.0", "description": "", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "setup": "pnpm add global pnpm && pnpm install", "build": "rollup -c --configPlugin typescript" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/node": "^20.12.12", "fast-glob": "^3.3.2", "rollup": "^4.17.2", "tslib": "^2.6.2", "typescript": "^5.4.5" }, "dependencies": { "global": "^4.4.0", "pnpm": "^9.1.4" } }