Files
tinypin/package.json
T
2021-01-21 14:10:32 -06:00

20 lines
391 B
JSON

{
"name": "tinypin",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run": "node app.js"
},
"author": "",
"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"
}
}