This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/backend/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2018-09-20 15:38:12 +00:00
{
"name": "lateinicusserver",
2018-10-19 15:05:30 +00:00
"version": "1.4.0",
2018-09-20 15:38:12 +00:00
"description": "The backend server for Lateinicus",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/main.js",
"build": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Polynomdivision/lateinicusserver.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Polynomdivision/lateinicusserver/issues"
},
"homepage": "https://gitlab.com/Polynomdivision/lateinicusserver#readme",
"dependencies": {
2018-09-28 21:33:28 +00:00
"body-parser": "1.18.3",
"cors": "^2.8.4",
2018-09-29 12:23:09 +00:00
"express": "4.16.3",
"mongodb": "^3.1.6",
"profanity-util": "^0.2.0"
2018-09-20 15:38:12 +00:00
},
"devDependencies": {
2018-09-28 21:33:28 +00:00
"@types/cors": "^2.8.4",
2018-09-20 15:38:12 +00:00
"@types/express": "4.16.0",
2018-09-29 12:23:09 +00:00
"@types/mongodb": "^3.1.9",
"ts-loader": "^5.1.1",
"typescript": "3.0.3",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
2018-09-20 15:38:12 +00:00
}
}