Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/bombshell-dev/playground.
Something went wrong. Try again.
playground package.json
1.0 kB · 48 lines
JSON
at main
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849{ "name": "@bomb.sh/playground", "version": "0.0.0", "keywords": [ "bombshell", "cli" ], "homepage": "https://bomb.sh/docs/playground", "license": "MIT", "author": { "name": "Bombshell", "email": "oss@bomb.sh", "url": "https://bomb.sh" }, "repository": { "type": "git", "url": "git+https://github.com/bombshell-dev/playground.git" }, "type": "module", "publishConfig": { "access": "public" }, "scripts": { "playground": "NODE_NO_WARNINGS=1 node --experimental-transform-types ./scripts/playground.ts", "format": "bsh format", "format:check": "bsh format --check", "lint": "bsh lint .", "test": "bsh test --exclude 'experiments/ghostwright/**'" }, "devDependencies": { "@bomb.sh/args": "catalog:", "@bomb.sh/tools": "^0.6.1", "@clack/prompts": "catalog:", "@types/node": "^22" }, "devEngines": { "packageManager": { "name": "pnpm", "version": "10.7.0", "onFail": "error" }, "runtime": { "name": "node", "version": "22.14.0", "onFail": "error" } }}