23 lines
No EOL
454 B
JSON
23 lines
No EOL
454 B
JSON
{
|
|
"name": "minibun-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "nodemon index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.4",
|
|
"nodemon": "^3.0.3"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"sqlite3": "^5.1.7"
|
|
}
|
|
} |