20 lines
373 B
JSON
20 lines
373 B
JSON
{
|
|
"name": "collectioner",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^4.21.1",
|
|
"joi": "^17.13.3",
|
|
"knex": "^3.1.0",
|
|
"moment": "^2.30.1",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
}
|