@reactionable/amplify
Version:
Reactionable package for Amplify
63 lines (62 loc) • 1.8 kB
JSON
{
"name": "@reactionable/amplify",
"version": "0.28.26",
"description": "Reactionable package for Amplify",
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"start": "yarn build:barrelsby && tsc --watch",
"jest": "jest --detectOpenHandles --forceExit",
"test": "yarn jest --maxWorkers=50%",
"test:coverage": "yarn jest --coverage",
"build": "yarn build:clean && yarn build:barrelsby && tsc --pretty",
"build:clean": "rimraf lib",
"build:barrelsby": "barrelsby -d src --exclude \".+\\.test\\..+\" --exclude \".+__mocks__..+\" --exclude \".+\\.stories\\..+\" --delete -q && yarn prettier --write src/index.ts",
"build:docs": "typedoc",
"lint": "eslint \"{src,stories}/**/*.{ts,tsx}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactionable/reactionable.git"
},
"keywords": [
"reactionable",
"react",
"framework",
"Amplify"
],
"author": "ESCEMI <developer@escemi.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactionable/reactionable/issues"
},
"homepage": "https://github.com/reactionable/reactionable#readme",
"dependencies": {
"@reactionable/core": "^0.28.26",
"aws-amplify": "^4.3.39",
"aws-amplify-react": "^5.1.9"
},
"publishConfig": {
"access": "public"
},
"gitHead": "170bfbba001667f688a720b445e1be425bd6f1c8",
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/../../__tests__/jest.setup.ts"
],
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
],
"moduleNameMapper": {
"\\.(css)$": "<rootDir>/__tests__/styleMock.js"
},
"testMatch": [
"**/src/**/?(*.)+(spec|test).+(ts|tsx)"
]
}
}