-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 866 Bytes
/
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
{
"name": "typescript-graphql-starter",
"version": "1.0.0",
"main": "src/index.ts",
"repository": "[email protected]:blutarche/typescript-graphql-starter.git",
"author": "Aikdanai Sidhikosol <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "ts-node-dev --no-notify --respawn --transpileOnly -r dotenv/config ./src/index"
},
"dependencies": {
"apollo-server": "2.10.1",
"graphql": "14.6.0",
"graphql-iso-date": "3.6.1",
"graphql-type-json": "0.3.1",
"lodash": "4.17.15",
"nexus": "0.12.0-rc.13"
},
"devDependencies": {
"@types/lodash": "4.14.149",
"@types/node": "13.7.6",
"@typescript-eslint/eslint-plugin": "2.21.0",
"@typescript-eslint/parser": "2.21.0",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"ts-node-dev": "1.0.0-pre.44",
"typescript": "3.8.2"
}
}