{
  "name": "@darylserrano/kindle-clippings",
  "version": "2.2.5",
  "description": "Package for parsing a MyClippings.txt file obtained from a Kindle and organizing it",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "npm run clean && tsc",
    "clean": "node clean.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DarylSerrano/KindleClippings"
  },
  "bugs": {
    "url": "https://github.com/DarylSerrano/KindleClippings/issues"
  },
  "keywords": [],
  "author": "Daryl Serrano Hipolito <darylserrano39@gmail.com>",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@types/jest": "^24.0.24",
    "@types/node": "^12.12.27",
    "@typescript-eslint/eslint-plugin": "^2.12.0",
    "@typescript-eslint/parser": "^2.12.0",
    "eslint": "^6.7.2",
    "eslint-plugin-jest": "^23.1.1",
    "jest": "^26.4.2",
    "ts-jest": "^26.3.0",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  },
  "dependencies": {}
}
