mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@fosscord/server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/start.js",
|
|
"scripts": {
|
|
"postinstall": "cd ../api/ && npm i && cd ../cdn/ && npm i && cd ../gateway/ && npm i && ",
|
|
"build": "npm run build:api && npm run build:cdn && npm run build:gateway && npm run build:bundle",
|
|
"build:bundle": "tsc -b .",
|
|
"build:api": "cd ../api/ && npm run build",
|
|
"build:cdn": "cd ../cdn/ && npm run build",
|
|
"build:gateway": "cd ../gateway/ && npm run build",
|
|
"start": "npm run build && node dist/start.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fosscord/fosscord-server.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Fosscord",
|
|
"license": "AGPLV3",
|
|
"bugs": {
|
|
"url": "https://github.com/fosscord/fosscord-server/issues"
|
|
},
|
|
"homepage": "https://fosscord.com",
|
|
"dependencies": {
|
|
"@types/async-exit-hook": "^2.0.0",
|
|
"@types/express": "^4.17.13",
|
|
"@types/node-os-utils": "^1.2.0",
|
|
"typescript": "^4.3.5",
|
|
"@types/node": "^16.6.1",
|
|
"@fosscord/api": "file:../api",
|
|
"@fosscord/cdn": "file:../cdn",
|
|
"@fosscord/gateway": "file:../gateway",
|
|
"@fosscord/util": "file:../util",
|
|
"async-exit-hook": "^2.0.1",
|
|
"express": "^4.17.1",
|
|
"link": "^0.1.5",
|
|
"mongodb-memory-server-global-4.4": "^7.3.6",
|
|
"node-os-utils": "^1.3.5"
|
|
}
|
|
}
|