bun-scripty
Version:
Scripty for Bun
61 lines (60 loc) • 1.69 kB
JSON
{
"name": "bun-scripty",
"version": "1.0.8",
"description": "Scripty for Bun",
"keywords": [
"bun",
"scripty"
],
"bugs": {
"url": "https://github.com/dankreiger/bun-scripty/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dankreiger/bun-scripty.git"
},
"author": "Dan Kreiger <dankreiger@gmail.com>",
"type": "module",
"main": "dist/cjs/bun-scripty.js",
"module": "dist/esm/bun-scripty.js",
"browser": "dist/browser/bun-scripty.js",
"types": "dist/types/bun-scripty.d.ts",
"bin": "bun-scripty",
"scripts": {
"build": "concurrently \"bun run build_bun-scripty\" \"bun run build_cli\"",
"build_bun-scripty": "bun run ./scripts/build/bun-scripty.ts",
"build_cli": "bun run ./scripts/build/cli.ts",
"pretest": "bun run build",
"test": "bun test",
"test_sync": "bun-scripty"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/prompt-cli": "^19.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.3",
"@semantic-release/npm": "^12.0.1",
"@types/bun": "latest",
"bun-plugin-dts": "^0.2.3",
"commitizen": "^4.3.0",
"concurrently": "^9.0.1",
"cz-conventional-changelog": "^3.3.0",
"lefthook": "^1.7.15",
"type-fest": "^4.26.1",
"zod": "^3.23.8"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}