{
  "name": "@js-items/foundation",
  "version": "1.0.28",
  "description": "Provides set of interfaces and tests for concrete implementations of js-items repositories",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc",
    "duplication": "jscpd ./src",
    "lint": "tslint --project tsconfig.json --config tslint.json './src/**/*.ts'",
    "test": "jest --coverage --runInBand && codecov",
    "test:watch": "jest --watch --coverage",
    "semantic-release": "semantic-release-public-circleci-lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/js-items/foundation.git"
  },
  "author": "Mariusz Rajczakowski <mariuszrajczakowski@pm.me> (http://mariuszrajczakowski.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/js-items/foundation/issues"
  },
  "homepage": "https://github.com/js-items/foundation#readme",
  "devDependencies": {
    "@kube-js/semantic-release": "1.0.7",
    "@kube-js/tscommons": "1.0.5",
    "@types/btoa": "1.2.3",
    "@types/jest": "24.0.18",
    "@types/node": "11.13.20",
    "jest": "24.9.0",
    "rimraf": "3.0.0",
    "ts-jest": "24.0.2",
    "tslint": "5.19.0",
    "tslint-config-prettier": "1.18.0",
    "typescript": "3.6.2"
  },
  "devEngines": {
    "node": "8.x || 9.x || 10.x || 11.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "atob": "^2.1.2",
    "btoa": "^1.2.1",
    "codecov": "^3.2.0",
    "jscpd": "^2.0.11",
    "jscpd-badge-reporter": "^1.1.3",
    "make-error": "^1.3.5"
  }
}
