mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
34 lines
802 B
JSON
34 lines
802 B
JSON
{
|
|
"name": "slowcord",
|
|
"version": "1.0.0",
|
|
"description": "Slowcord additional services",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"start": "node build/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maddyunderstars/fosscord-server.git"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/maddyunderstars/fosscord-server/issues"
|
|
},
|
|
"homepage": "https://github.com/maddyunderstars/fosscord-server#readme",
|
|
"dependencies": {
|
|
"@fosscord/util": "file:../util",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.0.1",
|
|
"express": "^4.18.1",
|
|
"node-fetch": "^3.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cookie-parser": "^1.4.3",
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "^18.0.0"
|
|
},
|
|
"type": "module"
|
|
}
|