aws-amplify
Version:
AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.
62 lines (61 loc) • 2.06 kB
JSON
{
"name": "aws-amplify",
"version": "1.1.23",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"test": "tslint 'src/**/*.ts' && jest --coverage --maxWorkers 2",
"build-with-test": "npm run clean && npm test && tsc && webpack -p",
"build": "npm run clean && tsc && webpack -p",
"clean": "rimraf lib lib-esm dist",
"format": "tsfmt --useTsfmt tsfmt.json -r src/**/*.ts",
"lint": "tslint 'src/**/*.ts'",
"generate-docs-local": "typedoc --out docs src",
"generate-docs-root": "typedoc --out ../../docs src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws/aws-amplify.git"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aws/aws-amplify/issues"
},
"homepage": "https://github.com/aws/aws-amplify#readme",
"devDependencies": {
"@types/node": "^8.10.15",
"awesome-typescript-loader": "^3.2.2",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"compression-webpack-plugin": "^1.1.3",
"find": "^0.2.7",
"jest": "^22.4.3",
"json-loader": "^0.5.7",
"prepend-file": "^1.3.1",
"prettier": "^1.7.4",
"rimraf": "^2.6.2",
"source-map-loader": "^0.2.1",
"ts-jest": "^22.0.0",
"tslint": "^5.7.0",
"tslint-config-airbnb": "^5.8.0",
"typescript-formatter": "^6.0.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.5"
},
"dependencies": {
"@aws-amplify/analytics": "^1.2.12",
"@aws-amplify/api": "^1.0.30",
"@aws-amplify/auth": "^1.2.19",
"@aws-amplify/cache": "^1.0.24",
"@aws-amplify/core": "^1.0.24",
"@aws-amplify/interactions": "^1.0.27",
"@aws-amplify/pubsub": "^1.0.25",
"@aws-amplify/storage": "^1.0.27",
"@aws-amplify/ui": "^1.0.18",
"@aws-amplify/xr": "^0.1.14"
}
}