-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 830 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
{
"name": "graphql-dataloaders",
"version": "1.0.0",
"description": "To start a local PostGRES database, run the following command:",
"main": "index.js",
"scripts": {
"prestart": "docker-compose build",
"start": "docker-compose up -d"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^3.4.0",
"dataloader": "^2.0.0",
"graphql": "^16.0.0",
"knex": "^0.95.12",
"pg": "^8.7.1",
"prettier": "^2.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JacobParis/graphql-dataloaders.git"
},
"bugs": {
"url": "https://github.com/JacobParis/graphql-dataloaders/issues"
},
"homepage": "https://github.com/JacobParis/graphql-dataloaders#readme",
"devDependencies": {
"prettier-plugin-sql": "^0.4.1"
}
}