UNPKG

1.9 kBJSONView Raw
1{
2 "name": "prisma-binding",
3 "version": "2.3.16",
4 "main": "dist/index.js",
5 "typings": "./dist/index.d.ts",
6 "files": [
7 "dist"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/graphcool/graphcool-binding.git"
12 },
13 "author": "Johannes Schickling <johannes@graph.cool>",
14 "contributors": [
15 "Kim Brandwijk <kim.brandwijk@gmail.com>",
16 "Tim Suchanek <suchanek@prisma.io>",
17 "Matic Zavadlal <matic.zavadlal@gmail.com>"
18 ],
19 "bin": {
20 "prisma-binding": "./dist/bin.js"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/graphcool/graphcool-binding/issues"
25 },
26 "homepage": "https://github.com/graphcool/graphcool-binding",
27 "scripts": {
28 "clean": "rimraf dist",
29 "prepublish": "npm run build",
30 "prebuild": "npm-run-all clean",
31 "build": "tsc -d",
32 "lint": "tslint --project tsconfig.json {src}/**/*.ts && prettier-check --ignore-path .gitignore src/**/*.ts",
33 "pretest": "npm-run-all build lint",
34 "test": "ava"
35 },
36 "dependencies": {
37 "apollo-link": "1.2.13",
38 "apollo-link-error": "1.1.12",
39 "apollo-link-ws": "1.0.19",
40 "cross-fetch": "3.0.4",
41 "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
42 "graphql-binding": "2.5.2",
43 "graphql-import": "0.7.1",
44 "graphql-tools": "4.0.5",
45 "http-link-dataloader": "^0.1.6",
46 "jsonwebtoken": "8.5.1",
47 "subscriptions-transport-ws": "0.9.16",
48 "yargs": "12.0.5"
49 },
50 "devDependencies": {
51 "@types/graphql": "14.2.3",
52 "@types/jsonwebtoken": "8.3.3",
53 "@types/node": "10.14.17",
54 "ava": "1.4.1",
55 "husky": "1.3.1",
56 "npm-run-all": "4.1.5",
57 "prettier": "1.18.2",
58 "prettier-check": "2.0.0",
59 "pretty-quick": "1.11.1",
60 "rimraf": "2.7.1",
61 "semantic-release": "15.13.24",
62 "ts-node": "7.0.1",
63 "tslint": "5.19.0",
64 "tslint-config-standard": "8.0.1",
65 "typescript": "3.5.3"
66 }
67}