-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 Bytes
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
{
"name": "crypto-learn-mockserver",
"version": "1.0.0",
"main": "index.ts",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.1.3",
"@graphql-tools/graphql-file-loader": "^6.0.18",
"@graphql-tools/load": "^6.0.18",
"@graphql-tools/mock": "^6.0.18",
"@typescript-eslint/parser": "^3.10.1",
"apollo-server": "^2.16.1",
"cross-env": "^7.0.2",
"eslint": "^7.7.0",
"faker": "^5.1.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/faker": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^3.10.1"
},
"scripts": {
"start": "cross-env NODE_PATH=./src ts-node src/index.ts",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"author": "",
"description": ""
}