{
  "name": "@atlassian/connect-module-core",
  "version": "2.1.5",
  "description": "Core modules providing client side Atlassian Connect capabilities.",
  "author": "Atlassian",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/atlassian/connect-service.git"
  },
  "publishConfig": {
    "registry": "https://npm-private.atlassian.io"
  },
  "scripts": {
    "clean": "shx rm -rf ./dist",
    "lint": "tslint --type-check -c tslint.json -p tsconfig.json -e src/**/_tests/*.ts src/**/*.ts && tslint --type-check -c tslint.json -p tsconfig.json -e src/**/_tests/*.tsx src/**/*.tsx",
    "build": "npm run clean && npm run lint && npm run test && tsc -p build/es5 && tsc -p build/es2015 && tsc -p build/es6 && npm run compat",
    "test": "jest --setupTestFrameworkScriptFile ./jest-setup-react16.js",
    "compat": "BROWSERSLIST_CONFIG=build/es5/browserslist node_modules/eslint/bin/eslint.js -c build/es5/eslint-browser-compat.json dist/es5",
    "coverage": "jest --setupTestFrameworkScriptFile ./jest-setup-react16.js --coverage"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/enzyme": "^2.4.36",
    "@types/jest": "^21.1.5",
    "@types/prop-types": "^15.5.2",
    "@types/react": "^16.0.27",
    "@types/react-dom": "^16.0.3",
    "copyfiles": "^1.2.0",
    "enzyme": "^3.2.0",
    "enzyme-adapter-react-16": "^1.1.0",
    "eslint": "^4.12.1",
    "eslint-plugin-compat": "^2.1.0",
    "immutable": "^3.8.1",
    "jest": "^20.0.4",
    "jest-cli": "^20.0.4",
    "jest-junit": "^1.5.1",
    "jest-junit-reporter": "^1.1.0",
    "raf": "^3.4.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-test-renderer": "^16.2.0",
    "shx": "^0.2.2",
    "ts-jest": "^20.0.6",
    "tslib": "^1.7.1",
    "tslint": "5.2.0",
    "typescript": "^2.3.4"
  },
  "peerDependencies": {
    "react": "^16.2.0 || ^15.6.1 || ^15.4.1",
    "react-dom": "^16.2.0 || ^15.6.1 || ^15.4.1",
    "prop-types": "15.x"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "moduleNameMapper": {
      "^config$": "<rootDir>/path/to/App/config.js"
    },
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/_tests/.*\\.spec.(ts|tsx|js)$",
    "verbose": true,
    "testResultsProcessor": "./node_modules/jest-junit-reporter",
    "clearMocks": true,
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx,js,jsx}",
      "!**/_tests/*"
    ]
  },
  "main": "dist/es5/index.js",
  "module": "dist/es6/index.js",
  "jsnext:main": "dist/es2015/index.js",
  "typings": "dist/es5/index.d.ts"
}
