{
  "name": "mangaeden-node",
  "version": "1.0.0",
  "description": "Node.js wrapper of MangaEden API",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anshumanv/mangaeden-node.git"
  },
  "files": [
    "lib /**/*"
  ],
  "keywords": [
    "manga",
    "mangaeden",
    "api",
    "wrapper",
    "axios"
  ],
  "author": "anshumanv",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anshumanv/mangaeden-node/issues"
  },
  "homepage": "https://github.com/anshumanv/mangaeden-node#readme",
  "dependencies": {
    "axios": "^0.18.0"
  },
  "devDependencies": {
    "prettier": "^1.17.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5"
  }
}
