20 lines
571 B
JSON
20 lines
571 B
JSON
{
|
|
"name": "@arco/update-field-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts",
|
|
"check:clarizen": "node --input-type=module -e \"import('@arco/clarizen-lib').then(m => console.log('OK', m.Clarizen.name))\""
|
|
},
|
|
"dependencies": {
|
|
"@arco/clarizen-lib": "git+https://gitea.rivuslab.com/leonardotoniolo/clarizen-lib.git#main",
|
|
"@clack/prompts": "^0.10.0",
|
|
"dotenv": "^16.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.0",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.8.0"
|
|
}
|
|
} |