19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"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",
|
|
"tsx": "4.6.2",
|
|
"prettier": "2.8.8"
|
|
}
|
|
} |