Files
temp-history-api/package.json
AzenKain ea1e12a5bc
Some checks failed
Build and Release / release (push) Failing after 16s
init
2026-04-20 09:29:40 +07:00

21 lines
410 B
JSON

{
"name": "be-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.8.0",
"cors": "^2.8.6",
"express": "^5.2.1",
"swagger-ui-express": "^5.0.1"
}
}