-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "amigo-secreto",
"version": "1.0.0",
"scripts": {
"lint": "eslint --ext .ts src/ --fix",
"test": "jest --runInBand --detectOpenHandles",
"nexus": "ts-node-dev -r tsconfig-paths/register --inspect=8000 --transpile-only --ignore-watch node_modules --respawn -r dotenv/config src/shared/infra/apollo/schema/nexus_schema",
"typegql": "ts-node-dev -r tsconfig-paths/register --inspect=9000 --transpile-only --ignore-watch node_modules --respawn -r dotenv/config src/shared/infra/apollo/schema/typegraphql_schema"
},
"dependencies": {
"apollo-server": "^3.5.0",
"apollo-server-core": "^3.5.0",
"apollo-server-koa": "^3.5.0",
"class-validator": "^0.13.2",
"dotenv": "^10.0.0",
"graphql": "15.8.0",
"graphql-subscriptions": "^2.0.0",
"koa": "^2.13.4",
"nexus": "1.0.0",
"reflect-metadata": "^0.1.13",
"subscriptions-transport-ws": "^0.11.0",
"tsconfig-paths": "^3.12.0",
"type-graphql": "^1.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@types/jest": "^27.4.0",
"@types/koa": "^2.13.4",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.4.7",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.4"
}
}