{
  "author": {
    "name": "Son Roy Almerol",
    "email": "sonroya.almerol@gmail.com",
    "url": "https://snry.xyz"
  },
  "name": "tabletojson-rn",
  "description": "Converts HTML tables to JSON objects with RN Compatibility",
  "version": "1.0.0",
  "main": "./dist/index.js",
  "keywords": [
    "table2json",
    "html",
    "table",
    "convert",
    "json",
    "csv"
  ],
  "engines": {
    "node": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sonroyaalmerol/tabletojson-rn.git"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "node-fetch": "^2.6.0",
    "snyk": "^1.316.1",
    "tunnel": "0.0.6"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/cheerio": "^0.22.17",
    "@types/express": "^4.17.4",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.149",
    "@types/node": "^13.11.0",
    "@types/node-fetch": "^2.5.7",
    "@types/supertest": "^2.0.8",
    "config": "^3.3.1",
    "coveralls": "^3.0.11",
    "eslint": "^6.8.0",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-prettier": "^3.1.2",
    "express": "^4.17.1",
    "jest": "^25.2.7",
    "jest-extended": "^0.11.5",
    "json2csv": "^4.5.4",
    "lodash": "^4.17.15",
    "nock": "^12.0.3",
    "prettier": "^1.19.1",
    "ts-jest": "^25.3.1",
    "tslint": "^6.1.1",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "build": "tsc -p ./tsconfig.json",
    "lint": "tslint -c ./tslint.json lib/*",
    "prebuild": "npm run lint",
    "prepare": "npm run snyk-protect && npm run build",
    "pretest": "npm run lint",
    "test": "jest --coverage && coveralls < ./coverage/lcov.info",
    "snyk-protect": "snyk protect"
  },
  "snyk": true
}
