mirror of
https://github.com/slynn1324/tinypin.git
synced 2026-01-23 10:25:34 +00:00
22 lines
482 B
JSON
22 lines
482 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",
|
|
"cookie-parser": "^1.4.5",
|
|
"eta": "^1.12.1",
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"sharp": "^0.27.0",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|