Files
actest/package.json
2025-12-20 17:52:57 +01:00

18 lines
387 B
JSON

{
"name": "ac-infinity-test",
"version": "1.0.0",
"description": "Test script for AC Infinity API",
"main": "test-ac-api.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node test-ac-api.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^12.5.0",
"dotenv": "^16.4.5"
}
}