UNPKG

1.46 kBJSONView Raw
1{
2 "name": "graphql-auth-transformer",
3 "version": "6.17.0",
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 "test-ci": "jest --ci -i",
22 "build": "tsc",
23 "clean": "rimraf ./lib",
24 "watch": "tsc -w"
25 },
26 "dependencies": {
27 "graphql": "^14.5.8",
28 "graphql-connection-transformer": "4.17.2",
29 "graphql-mapping-template": "4.13.4",
30 "graphql-transformer-common": "4.16.0",
31 "graphql-transformer-core": "6.18.2"
32 },
33 "devDependencies": {
34 "@types/node": "^10.17.13",
35 "cloudform-types": "^4.2.0",
36 "graphql-dynamodb-transformer": "6.19.0",
37 "graphql-elasticsearch-transformer": "4.7.2",
38 "graphql-function-transformer": "2.3.7",
39 "rimraf": "^3.0.0"
40 },
41 "jest": {
42 "testURL": "http://localhost",
43 "transform": {
44 "^.+\\.tsx?$": "ts-jest"
45 },
46 "testRegex": "(src/__tests__/.*.test.ts)$",
47 "moduleFileExtensions": [
48 "ts",
49 "tsx",
50 "js",
51 "jsx",
52 "json",
53 "node"
54 ],
55 "collectCoverage": true
56 },
57 "gitHead": "24e6d14c8561d63d4dbe34f5b1f8afe7b2d1cea4"
58}