Files

29 lines
602 B
JSON
Raw Permalink Normal View History

{
"name": "upload_rcu_dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"spec:validate": "openspec validate --specs --no-interactive",
"dev": "node src/index.js",
"start": "node src/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"node-cron": "^4.2.1",
"pg": "^8.17.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@fission-ai/openspec": "^0.22.0",
"eslint": "^9.39.2",
"jest": "^30.2.0"
}
}