UNPKG

1.29 kBJSONView Raw
1{
2 "name": "graphql-connection-transformer",
3 "version": "4.18.12",
4 "description": "An AppSync model transform for connecting objects.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/aws-amplify/amplify-cli.git",
8 "directory": "packages/graphql-connection-transformer"
9 },
10 "author": "Amazon Web Services",
11 "license": "Apache-2.0",
12 "main": "lib/index.js",
13 "types": "lib/index.d.ts",
14 "keywords": [
15 "graphql",
16 "appsync",
17 "aws"
18 ],
19 "scripts": {
20 "test": "jest",
21 "build": "tsc",
22 "clean": "rimraf ./lib"
23 },
24 "dependencies": {
25 "cloudform-types": "^4.2.0",
26 "graphql": "^14.5.8",
27 "graphql-dynamodb-transformer": "6.19.13",
28 "graphql-key-transformer": "2.19.12",
29 "graphql-mapping-template": "4.15.2",
30 "graphql-transformer-common": "4.17.10",
31 "graphql-transformer-core": "6.21.4"
32 },
33 "devDependencies": {
34 "@types/node": "^10.17.13"
35 },
36 "jest": {
37 "transform": {
38 "^.+\\.tsx?$": "ts-jest"
39 },
40 "testURL": "http://localhost/",
41 "testRegex": "(src/__tests__/.*.test.(t|j)s)$",
42 "moduleFileExtensions": [
43 "ts",
44 "tsx",
45 "js",
46 "jsx",
47 "json",
48 "node"
49 ],
50 "collectCoverage": true
51 },
52 "gitHead": "9bc558ab56d18af20b5cfcc15f04d80b6e907b78"
53}