2021-08-10 04:58:26 +02:00
|
|
|
{
|
|
|
|
"name": "littlelink-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A server based on littlelink",
|
|
|
|
"main": "app.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node app.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/timothystewart6/littlelink.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"littlelink",
|
|
|
|
"linktree",
|
|
|
|
"linktr.ee",
|
|
|
|
"javascript",
|
|
|
|
"open",
|
|
|
|
"source",
|
|
|
|
"html",
|
|
|
|
"css",
|
|
|
|
"docker"
|
|
|
|
],
|
|
|
|
"author": "Timothy Stewart",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/timothystewart6/littlelink/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/timothystewart6/littlelink#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"compression": "^1.7.4",
|
|
|
|
"express": "^4.17.1",
|
2021-08-15 17:06:48 +02:00
|
|
|
"morgan": "^1.10.0",
|
|
|
|
"jsdom": "^17.0.0"
|
2021-08-10 04:58:26 +02:00
|
|
|
}
|
|
|
|
}
|