23 lines
594 B
JSON
23 lines
594 B
JSON
{
|
|
"name": "rank.friborg.uk",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js",
|
|
"check": "node --check server.js && node --check scripts/setup-appwrite.mjs && node --check public/app.js",
|
|
"setup:appwrite": "node scripts/setup-appwrite.mjs",
|
|
"smoke": "node scripts/smoke.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"node-appwrite": "^25.0.0"
|
|
}
|
|
}
|