You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"name": "pastebin-server",
|
|
"version": "0.0.1",
|
|
"description": "counterpart to the pastebin frontend",
|
|
"main": "server.js",
|
|
"repository": "https://git.sakal.us/brian/pastebin-server.git",
|
|
"author": "Brian Sakal <brian@sakal.us>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"pm2": "^4.5.5"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"nanoid": "^3.1.22",
|
|
"pg": "^8.5.1"
|
|
}
|
|
}
|