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