20 lines
539 B
JSON
20 lines
539 B
JSON
|
|
{
|
||
|
|
"name": "@arco/read-update-xlsx",
|
||
|
|
"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",
|
||
|
|
"dotenv": "^16.5.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.15.0",
|
||
|
|
"tsx": "^4.19.0",
|
||
|
|
"typescript": "^5.8.0"
|
||
|
|
}
|
||
|
|
}
|