-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@synthesis-labs/graphql-x",
"description": "",
"version": "1.7.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --exit",
"lint": "eslint .",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synth-labs/graphql-x.git"
},
"author": "Zoltán Ujszászi",
"license": "ISC",
"bugs": {
"url": "https://github.com/synth-labs/graphql-x/issues"
},
"homepage": "https://github.com/synth-labs/graphql-x#readme",
"dependencies": {
"@prisma/client": "^2.19.0",
"dotenv": "^8.2.0",
"graphql": "^15.5.0",
"join-monster": "^3.0.1",
"lodash": "^4.17.21",
"mysql2": "^2.2.5",
"reflect-metadata": "^0.1.13",
"sqlstring": "^2.3.2"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/graphql": "^14.5.0",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.35",
"@types/sqlstring": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"chai": "^4.3.4",
"eslint": "^7.20.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-tsdoc": "^0.2.11",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"files": [
"dist"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"engineStrict": true
}