{
	"name": "nono-aws-amplify/api",
	"version": "4.0.45",
	"description": "Api category of aws-amplify",
	"main": "./lib/index.js",
	"module": "./lib-esm/index.js",
	"typings": "./lib-esm/index.d.ts",
	"typesVersions": {
		"<3.8": {
			"lib-esm/index.d.ts": [
				"index.v37.d.ts"
			]
		}
	},
	"react-native": {
		"./lib/index": "./lib-esm/index.js"
	},
	"sideEffects": [
		"./src/API.ts",
		"./lib/API.js",
		"./lib-esm/API.js",
		"./dist/aws-amplify-api.js",
		"./dist/aws-amplify-api.min.js"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"test": "tslint 'src/**/*.ts' && jest -w 1 --coverage",
		"build-with-test": "npm test && npm run build",
		"build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
		"build:esm": "node ./build es6",
		"build:cjs:watch": "node ./build es5 --watch",
		"build:esm:watch": "node ./build es6 --watch",
		"build": "npm run clean && npm run build:esm && npm run build:cjs",
		"clean": "rimraf lib-esm lib dist",
		"format": "echo \"Not implemented\"",
		"lint": "tslint 'src/**/*.ts'"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/aws-amplify/amplify-js.git"
	},
	"author": "Amazon Web Services",
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://github.com/aws/aws-amplify/issues"
	},
	"homepage": "https://aws-amplify.github.io/",
	"devDependencies": {
		"@types/zen-observable": "^0.8.0"
	},
	"dependencies": {
		"nono-aws-amplify/api-graphql": "2.3.9",
		"nono-aws-amplify/api-rest": "2.0.45"
	},
	"jest": {
		"globals": {
			"ts-jest": {
				"diagnostics": false,
				"tsConfig": {
					"lib": [
						"es5",
						"es2015",
						"dom",
						"esnext.asynciterable",
						"es2017.object"
					],
					"allowJs": true
				}
			}
		},
		"transform": {
			"^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
		},
		"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
		"moduleFileExtensions": [
			"ts",
			"tsx",
			"js",
			"json",
			"jsx"
		],
		"testEnvironment": "jsdom",
		"testURL": "http://localhost/",
		"coverageThreshold": {
			"global": {
				"branches": 0,
				"functions": 0,
				"lines": 0,
				"statements": 0
			}
		},
		"coveragePathIgnorePatterns": [
			"/node_modules/",
			"dist",
			"lib",
			"lib-esm"
		]
	},
	"gitHead": "d3c993fc2bf9505a05837b889f4727589822f0bd"
}
