Files
update_field_api/package.json
T

20 lines
571 B
JSON
Raw Normal View History

2026-06-09 18:35:55 -03:00
{
"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"
}
}