You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "greenvironment-server",
|
|
"version": "0.1.0",
|
|
"description": "Server for greenvironment network",
|
|
"main": "./dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.trivernis.net/Software_Engineering_I/greenvironment-server.git"
|
|
},
|
|
"keywords": [
|
|
"server",
|
|
"nodejs",
|
|
"express"
|
|
],
|
|
"author": "SoftEngI",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/compression": "^1.0.1",
|
|
"@types/connect-pg-simple": "^4.2.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/express": "^4.17.1",
|
|
"@types/express-graphql": "^0.8.0",
|
|
"@types/express-session": "^1.15.14",
|
|
"@types/express-socket.io-session": "^1.3.2",
|
|
"@types/fs-extra": "^8.0.0",
|
|
"@types/graphql": "^14.2.3",
|
|
"@types/js-yaml": "^3.12.1",
|
|
"@types/node": "^12.7.2",
|
|
"@types/pg": "^7.11.0",
|
|
"@types/socket.io": "^2.1.2",
|
|
"@types/winston": "^2.4.4",
|
|
"delete": "^1.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-typescript": "^5.0.1",
|
|
"ts-lint": "^4.5.1",
|
|
"tsc": "^1.20150623.0",
|
|
"tslint": "^5.19.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"dependencies": {
|
|
"compression": "^1.7.4",
|
|
"connect-pg-simple": "^6.0.1",
|
|
"cookie-parser": "^1.4.4",
|
|
"express": "^4.17.1",
|
|
"express-graphql": "^0.9.0",
|
|
"express-session": "^1.16.2",
|
|
"express-socket.io-session": "^1.3.5",
|
|
"fs-extra": "^8.1.0",
|
|
"g": "^2.0.1",
|
|
"graphql": "^14.4.2",
|
|
"graphql-import": "^0.7.1",
|
|
"js-yaml": "^3.13.1",
|
|
"pg": "^7.12.1",
|
|
"pug": "^2.0.4",
|
|
"socket.io": "^2.2.0",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|