- Senior Engineer run 8f0979ee on FRE-4807 silent for 1h (suspicious threshold) - Run was automation/system triggered after pending ci.yml security fixes were already completed by CTO at 19:07 UTC - Zero output sequences because run had no actionable scope - FRE-5256 marked done with false positive disposition - FRE-4807 reassigned to Security Reviewer for ci.yml re-review Co-Authored-By: Paperclip <noreply@paperclip.ing>
25 lines
546 B
JSON
25 lines
546 B
JSON
{
|
|
"name": "nessa-api",
|
|
"version": "1.0.0",
|
|
"description": "Nessa Community Features API Server",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js",
|
|
"test": "node --test tests/"
|
|
},
|
|
"keywords": ["nessa", "community", "api"],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"sqlite3": "^5.1.6",
|
|
"better-sqlite3": "^9.2.2",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|
|
}
|