2
0
Files
bot/packages/forge/cli/package.json

19 lines
399 B
JSON
Raw Permalink Normal View History

{
"name": "forge-cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx ./index.ts"
},
"keywords": [],
"author": "Baptiste Arnaud",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@typebot.io/tsconfig": "workspace:*",
"@types/node": "20.4.2",
2024-06-17 14:12:14 +02:00
"tsx": "4.6.2",
"prettier": "2.8.8"
}
2024-06-17 14:12:14 +02:00
}