mirror of
https://github.com/slynn1324/tinypin
synced 2026-05-04 01:40:43 +00:00
20 lines
391 B
JSON
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"
|
|
}
|
|
}
|