{
  "name": "qnap-file-station-ts",
  "version": "1.0.0",
  "description": "A QNAP File Station Library for handling web requests",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jimmy378/qnap-file-station-ts.git"
  },
  "keywords": [
    "Typescript",
    "QNAP",
    "File",
    "Station"
  ],
  "author": "James Anderson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Jimmy378/qnap-file-station-ts/issues"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/Jimmy378/qnap-file-station-ts#readme",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "jest": "^24.7.1",
    "prettier": "^1.17.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.4.5"
  }
}