tinypin/package.json
2021-01-23 11:49:13 -06:00

19 lines
401 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.1.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"sharp": "^0.27.0",
"yargs": "^16.2.0"
}
}