UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

82 lines (81 loc) 2.24 kB
{ "name": "@aws-amplify/storage", "version": "1.0.33", "description": "Storage category of aws-amplify", "main": "./lib/index.js", "module": "./lib/index.js", "typings": "./lib/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "test": "tslint 'src/**/*.ts' && jest --coverage", "test:watch": "tslint 'src/**/*.ts' && jest --watch", "build-with-test": "npm run clean && npm test && tsc && webpack", "build": "npm run clean && tsc && webpack", "clean": "rimraf lib lib-esm dist", "format": "echo \"Not implemented\"", "lint": "tslint 'src/**/*.ts'" }, "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/jest": "^20.0.8", "@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", "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", "uglifyjs-webpack-plugin": "^0.4.6", "webpack": "^3.5.5" }, "dependencies": { "@aws-amplify/core": "^1.0.29" }, "jest": { "transform": { "^.+\\.(js|jsx|ts|tsx)$": "<rootDir>../../node_modules/ts-jest/preprocessor.js" }, "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/" ] }, "gitHead": "e45100513872310101ab562966821fc682fd6e08" }