blob: bbd833cf8d66dda80adc9c5ffc538c4144e07476 [file] [log] [blame]
{
"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"
}
}