UNPKG

788 BJSONView Raw
1{
2 "name": "graphql-config-extension-prisma",
3 "version": "0.3.0",
4 "main": "dist/index.js",
5 "types": "dist/index.d.ts",
6 "files": [
7 "dist"
8 ],
9 "license": "Apache-2.0",
10 "dependencies": {
11 "graphql-config": "2.2.1",
12 "prisma-yml": "1.26.6"
13 },
14 "devDependencies": {
15 "@types/graphql": "^14.0.3",
16 "@types/jest": "^23.3.9",
17 "@types/node": "10.12.1",
18 "graphql": "^14.0.2",
19 "jest": "^23.6.0",
20 "ts-jest": "^23.10.4",
21 "ts-node": "7.0.1",
22 "typescript": "3.1.4"
23 },
24 "scripts": {
25 "test": "jest",
26 "sync-snapshot": "jest --updateSnapshot",
27 "prepare": "npm run build",
28 "build": "rm -rf dist && tsc -d"
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/graphcool/graphql-config-extension-prisma.git"
33 }
34}