17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"name": "pasteboard",
|
|
"version": "1.0.0",
|
|
"description": "A simple Hastebin alternative for pasting text and code snippets.",
|
|
"license": "ISC",
|
|
"author": "Walzen665",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.1.0"
|
|
}
|
|
}
|