{ "name": "@tachybase/build", "version": "0.21.81", "description": "Library build tool based on rollup.", "license": "Apache-2.0", "main": "lib/index.js", "types": "./lib/index.d.ts", "typings": "./index.d.ts", "bin": { "tachybase-build": "./bin/tachybase-build.js" }, "scripts": { "build": "tsup", "prepare": "tsup" }, "dependencies": { "@babel/core": "7.22.10", "@babel/plugin-transform-modules-amd": "7.22.5", "@babel/preset-env": "7.22.10", "@hapi/topo": "^6.0.0", "@pnpm/find-workspace-dir": "^6.0.3", "@pnpm/workspace.find-packages": "^1.1.12", "@types/fs-extra": "11.0.4", "@types/tar": "^6.1.5", "@vercel/ncc": "0.36.1", "@vitejs/plugin-react": "^4.0.0", "chalk": "2.4.2", "esbuild-register": "^3.4.2", "execa": "^5.1.1", "fast-glob": "^3.3.1", "fs-extra": "^11.1.1", "sass": "^1.75.0", "tar": "^6.2.0", "tsup": "7.2.0", "typescript": "5.4.4", "update-notifier": "3.0.0", "vite": "^5.2.13", "vite-plugin-css-injected-by-js": "^3.2.1", "vite-plugin-lib-inject-css": "1.2.0", "yargs-parser": "13.1.2" } }