{
  "name": "@aliceplex/core",
  "version": "2.4.1",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "eslint --ext .ts src",
    "prebuild": "del-cli lib",
    "build": "ttsc"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/alice-plex/core-js.git"
  },
  "keywords": [
    "plex"
  ],
  "files": [
    "lib"
  ],
  "author": "Alice Plex",
  "license": "Apache-2.0",
  "dependencies": {
    "@joshuaavalon/cheerio-table-parser": "^1.0.3",
    "ajv": "^6.10.2",
    "cheerio": "^1.0.0-rc.3",
    "cross-fetch": "^3.0.4",
    "lodash": "^4.17.15",
    "moment": "^2.24.0",
    "yaml": "^1.6.0"
  },
  "devDependencies": {
    "@joshuaavalon/eslint-config-typescript": "^2.0.0",
    "@semantic-release/changelog": "^3.0.4",
    "@semantic-release/git": "^7.0.16",
    "@semantic-release/gitlab": "^3.1.7",
    "@types/cheerio": "^0.22.13",
    "@types/jest": "^24.0.18",
    "@types/lodash": "^4.14.139",
    "@types/node": "^12.7.7",
    "del-cli": "^3.0.0",
    "eslint": "^6.4.0",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "semantic-release": "^15.13.24",
    "ts-node": "^8.4.1",
    "ttypescript": "^1.5.7",
    "typescript": "^3.6.3",
    "typescript-transform-paths": "^1.1.10"
  }
}
