bunext/package.json
2026-03-21 10:14:38 +01:00

56 lines
1.5 KiB
JSON

{
"name": "@moduletrace/bunext",
"module": "index.ts",
"type": "module",
"version": "1.0.6",
"main": "dist/index.js",
"bin": {
"bunext": "dist/commands/index.js"
},
"files": [
"dist",
"README.md",
"package.json"
],
"scripts": {
"dev": "tsc --watch",
"publish": "tsc --noEmit && tsc && git add . && git commit -m 'Update tests' && git push",
"compile": "bun build ./src/commands/index.ts --compile --outfile bin/bunext",
"build": "tsc",
"test": "bun test --max-concurrency=1"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "latest",
"@types/lodash": "^4.17.24",
"@types/micromatch": "^4.0.10",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"happy-dom": "^20.8.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"peerDependencies": {
"typescript": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"bun-plugin-tailwind": "^0.1.2",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"esbuild": "^0.27.4",
"lightningcss-wasm": "^1.32.0",
"lodash": "^4.17.23",
"micromatch": "^4.0.8",
"ora": "^9.0.0",
"postcss": "^8.5.8"
}
}