{
  "name": "@learninglocker/xapi-validation",
  "version": "4.0.0",
  "description": "Validation library for the xAPI.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/LearningLocker/xapi-validation.git"
  },
  "files": [
    "dist",
    ".env.example",
    "package-lock.json"
  ],
  "scripts": {
    "acp": "git add -A && npm run commit && git push",
    "commit": "git-cz",
    "build": "tsc",
    "test": "mocha dist/**/*.test.js --exit",
    "cover": "nyc --lines 100 --check-coverage npm run test",
    "clean": "rimraf dist",
    "lint": "tslint --project ./tsconfig.json -c ./tslint.json",
    "duplication": "jscpd --limit 1.0",
    "semantic-release": "ht2-release-public-circleci-lib"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "engines": {
    "node": ">16.0.0",
    "npm": ">8.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.10",
    "rulr": "^4.0.1"
  },
  "devDependencies": {
    "@ht2-labs/semantic-release": "2.0.98",
    "@types/lodash": "4.14.178",
    "@types/mocha": "2.2.48",
    "@types/node": "9.6.61",
    "@types/source-map-support": "0.5.4",
    "assert": "1.5.0",
    "commitizen": "2.10.1",
    "cz-conventional-changelog": "2.1.0",
    "jscpd": "0.6.25",
    "mocha": "4.1.0",
    "nyc": "11.9.0",
    "rimraf": "2.7.1",
    "source-map-support": "0.5.21",
    "tslint": "5.20.1",
    "typescript": "3.9.10"
  },
  "publishConfig": {
    "access": "public"
  }
}
