UNPKG

1.5 kBJSONView Raw
1{
2 "name": "graphql-auth-transformer",
3 "version": "6.13.2",
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.13.2",
29 "graphql-mapping-template": "4.13.2",
30 "graphql-transformer-common": "4.13.2",
31 "graphql-transformer-core": "6.13.2"
32 },
33 "devDependencies": {
34 "@types/jest": "23.1.1",
35 "@types/node": "^10.17.13",
36 "cloudform-types": "^4.1.0",
37 "graphql-dynamodb-transformer": "6.13.2",
38 "graphql-elasticsearch-transformer": "4.3.2",
39 "jest": "^23.1.0",
40 "rimraf": "^3.0.0",
41 "ts-jest": "^22.4.6"
42 },
43 "jest": {
44 "testURL": "http://localhost",
45 "transform": {
46 "^.+\\.tsx?$": "ts-jest"
47 },
48 "testRegex": "(src/__tests__/.*.test.ts)$",
49 "moduleFileExtensions": [
50 "ts",
51 "tsx",
52 "js",
53 "jsx",
54 "json",
55 "node"
56 ],
57 "collectCoverage": true
58 },
59 "gitHead": "dcc5623433af21cd97eafae5d188fa968923856e"
60}