| { | |
| "name": "prompt", | |
| "module": "index.ts", | |
| "type": "module", | |
| "scripts": { | |
| "start": "bun index.ts", | |
| "test": "bun test tests/index.test.ts", | |
| "build": "bun build --target=bun index.ts > configurator.js && mv configurator.js ../configurator.js" | |
| }, | |
| "devDependencies": { | |
| "@types/bun": "latest" | |
| }, | |
| "peerDependencies": { | |
| "typescript": "^5.0.0" | |
| }, | |
| "dependencies": { | |
| "@clack/prompts": "^0.7.0" | |
| } | |
| } |