UNPKG

668 BJSONView Raw
1{
2 "name": "@graphql-mesh/prefix",
3 "version": "0.0.14",
4 "main": "dist/index.js",
5 "license": "MIT",
6 "scripts": {
7 "test": "jest --config=../../../jest.config.js",
8 "build": "tsc"
9 },
10 "peerDependencies": {
11 "graphql": "*"
12 },
13 "devDependencies": {
14 "@types/jest": "25.1.4",
15 "@types/node": "13.9.0",
16 "graphql": "14.6.0",
17 "jest": "25.1.0",
18 "ts-jest": "25.2.1",
19 "ts-node-dev": "1.0.0-pre.44",
20 "typescript": "3.8.3"
21 },
22 "dependencies": {
23 "@graphql-mesh/types": "0.0.14",
24 "graphql-tools-fork": "8.9.6"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "gitHead": "bebdc2202c8469cff340f8b924add4021beaec05"
30}