UNPKG

1.44 kBJSONView Raw
1{
2 "name": "graphql-auth-transformer",
3 "version": "6.20.4",
4 "description": "Implements the @auth directive for the appsync model transform.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/aws-amplify/amplify-cli.git",
8 "directory": "packages/graphql-auth-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 "watch": "tsc -w"
24 },
25 "dependencies": {
26 "graphql": "^14.5.8",
27 "graphql-connection-transformer": "4.18.10",
28 "graphql-mapping-template": "4.15.2",
29 "graphql-transformer-common": "4.17.9",
30 "graphql-transformer-core": "6.21.3"
31 },
32 "devDependencies": {
33 "@types/node": "^10.17.13",
34 "cloudform-types": "^4.2.0",
35 "graphql-dynamodb-transformer": "6.19.11",
36 "graphql-elasticsearch-transformer": "4.7.13",
37 "graphql-function-transformer": "2.3.18",
38 "rimraf": "^3.0.0"
39 },
40 "jest": {
41 "testURL": "http://localhost",
42 "transform": {
43 "^.+\\.tsx?$": "ts-jest"
44 },
45 "testRegex": "(src/__tests__/.*.test.ts)$",
46 "moduleFileExtensions": [
47 "ts",
48 "tsx",
49 "js",
50 "jsx",
51 "json",
52 "node"
53 ],
54 "collectCoverage": true
55 },
56 "gitHead": "c6233791e83ede69ec147a97435b27f7e854f776"
57}