tinypin/package.json

23 lines
506 B
JSON

{
"name": "tinypin",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "slynn1324",
"license": "ISC",
"dependencies": {
"better-sqlite3": "^7.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"eta": "^1.12.3",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"multer": "^1.4.3",
"node-fetch": "^2.6.1",
"sharp": "^0.29.1",
"yargs": "^17.2.1"
}
}