UNPKG

1.4 kBJSONView Raw
1{
2 "name": "graphql-relational-schema-transformer",
3 "version": "1.0.9",
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-ci": "jest --ci --coverage",
8 "test": "jest --coverage",
9 "build": "tsc",
10 "clean": "rm -rf ./lib"
11 },
12 "keywords": [
13 "graphql",
14 "appsync",
15 "aws"
16 ],
17 "author": "Amazon Web Services",
18 "license": "Apache-2.0",
19 "dependencies": {
20 "@types/fs-extra": "^5.0.5",
21 "fs-extra": "^7.0.0",
22 "graphql": "^0.13.2",
23 "graphql-mapping-template": "3.1.1",
24 "graphql-transformer-common": "3.8.1",
25 "graphql-transformer-core": "3.7.1",
26 "mysql": "^2.16.0"
27 },
28 "devDependencies": {
29 "@types/graphql": "^14.0.3",
30 "@types/jest": "23.1.1",
31 "@types/mysql": "^2.15.5",
32 "aws-sdk": "^2.391.0",
33 "cloudform": "^3.5.0",
34 "jest": "^23.1.0",
35 "ts-jest": "^22.4.6",
36 "typescript": "^3.5.1"
37 },
38 "jest": {
39 "collectCoverage": true,
40 "coverageReporters": [
41 "json",
42 "html"
43 ],
44 "transform": {
45 "^.+\\.tsx?$": "ts-jest"
46 },
47 "testURL": "http://localhost",
48 "testRegex": "(src/__tests__/.*.test.*)$",
49 "moduleFileExtensions": [
50 "ts",
51 "tsx",
52 "js",
53 "jsx",
54 "json",
55 "node"
56 ]
57 },
58 "gitHead": "070d4f5770ee7b0cb413d98c10cb8506bb1b3c5f"
59}