-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 951 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
31
32
33
34
{
"name": "@enigmatis/polaris-example",
"version": "0.0.1",
"description": "Example project for how to use polaris-core",
"main": "dist/src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc -p tsconfig.json && ts-node src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Enigmatis/polaris-example.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Enigmatis/polaris-example/issues"
},
"homepage": "https://github.com/Enigmatis/polaris-example#readme",
"dependencies": {
"@enigmatis/polaris-core": "2.0.0-beta.34",
"@types/graphql-depth-limit": "^1.1.2",
"dataloader": "^2.0.0",
"express": "^4.17.1",
"graphql-depth-limit": "^1.1.0",
"pg": "^7.18.2"
},
"devDependencies": {
"@types/node": "^13.13.15",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}