lilith-platform.live/codebase/@features/my/cli/package.json

16 lines
252 B
JSON
Raw Normal View History

{
"name": "@lilith/quinn-my-cli",
"version": "0.1.0",
"private": true,
"type": "module",
"bin": {
"quinn-my": "./src/cli.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/bun": "latest"
}
}