18 lines
387 B
JSON
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"
|
|
}
|
|
}
|