bridge/backend/package.json
2021-01-25 13:21:10 +01:00

54 lines
1.5 KiB
JSON

{
"name": "@wulkanowy/bridge-backend",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src -c .eslintrc.json --ext .ts",
"lint:fix": "eslint src -c .eslintrc.json --ext .ts --fix",
"start": "ts-node .",
"dev": "ts-node-dev ."
},
"author": "Dominik Korsa <dominik.korsa@gmail.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@types/express": "^4.17.10",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.21",
"@types/url-join": "^4.0.0",
"@wulkanowy/sdk": "^0.1.3",
"apollo-server-fastify": "^2.19.2",
"base64url": "^3.0.1",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"fastify": "^3.10.1",
"fastify-cookie": "^5.1.0",
"fastify-http-proxy": "^4.2.0",
"fastify-sensible": "^3.1.0",
"fastify-session": "^5.2.1",
"got": "^11.8.1",
"graphql-request": "^3.4.0",
"graphql-tag": "^2.11.0",
"lodash": "^4.17.20",
"mongodb": "^3.6.3",
"nanoid": "^3.1.20",
"pino-pretty": "^4.3.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.1.1",
"type-graphql": "^1.1.1",
"typeorm": "^0.2.30",
"typescript": "^4.1.3",
"url-join": "^4.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-plugin-import": "^2.22.1",
"ts-node-dev": "^1.1.1"
}
}