UNPKG

1.36 kBJSONView Raw
1{
2 "name": "graphql-relational-schema-transformer",
3 "version": "1.0.5",
4 "description": "An AppSync model transform that takes a relational database and turns that into a GraphQL API.",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "jest --coverage",
8 "build": "tsc",
9 "clean": "rm -rf ./lib"
10 },
11 "keywords": [
12 "graphql",
13 "appsync",
14 "aws"
15 ],
16 "author": "Amazon Web Services",
17 "license": "Apache-2.0",
18 "dependencies": {
19 "@types/fs-extra": "^5.0.5",
20 "fs-extra": "^7.0.0",
21 "graphql": "^0.13.2",
22 "graphql-mapping-template": "3.0.6",
23 "graphql-transformer-common": "3.6.2",
24 "graphql-transformer-core": "3.6.2",
25 "mysql": "^2.16.0"
26 },
27 "devDependencies": {
28 "@types/graphql": "^14.0.3",
29 "@types/jest": "23.1.1",
30 "@types/mysql": "^2.15.5",
31 "aws-sdk": "^2.391.0",
32 "cloudform": "^3.5.0",
33 "jest": "23.1.0",
34 "ts-jest": "22.4.6",
35 "typescript": "^3.2.1"
36 },
37 "jest": {
38 "collectCoverage": true,
39 "coverageReporters": [
40 "json",
41 "html"
42 ],
43 "transform": {
44 "^.+\\.tsx?$": "ts-jest"
45 },
46 "testURL": "http://localhost",
47 "testRegex": "(src/__tests__/.*.test.*)$",
48 "moduleFileExtensions": [
49 "ts",
50 "tsx",
51 "js",
52 "jsx",
53 "json",
54 "node"
55 ]
56 },
57 "gitHead": "8fc3fe088b74c2cff8365ec92df2eb65114674b3"
58}