foxapp/packages/cli/package.json

17 lines
293 B
JSON
Raw Permalink Normal View History

2024-04-23 20:37:20 +02:00
{
"name": "cli",
"dependencies": {
"foxchat.js": "workspace:^"
},
"devDependencies": {
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"scripts": {
"build": "tsc",
"dev": "tsx --watch --conditions=development src/index.ts",
"start": "node build/index.js"
},
"type": "module"
}