{
  "name": "google-sheets-manager",
  "version": "1.0.4",
  "description": "Google Sheets API v4 abstracted TypeScript modules for reading and manipulating Google Spreadsheets.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha --timeout 15000 --reporter spec --compilers ts:ts-node/register 'tests/**/*.test.ts'",
    "lint": "tslint {src,tests}/**/*.ts --format stylish",
    "ready": "npm run lint && npm run build && npm run test && npm run docs",
    "docs": "npm run html-docs && npm run markdown-docs",
    "html-docs": "typedoc --out ./html-docs ./src --mode modules --module commonjs --target ES5 --readme none --hideGenerator",
    "markdown-docs": "typedoc --theme markdown --out ./markdown-docs ./src --mode modules --module commonjs --target ES5 --hideGenerator"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AbdelrahmanRamadan/google-sheets-manager.git"
  },
  "author": "Abdelrahman Ramadan",
  "email": "abdelrahman0xff@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AbdelrahmanRamadan/google-sheets-manager/issues"
  },
  "homepage": "https://github.com/AbdelrahmanRamadan/google-sheets-manager#readme",
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.43",
    "chai": "^4.1.2",
    "mocha": "^3.5.3",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "typedoc": "^0.8.0",
    "typedoc-plugin-markdown": "^1.0.8",
    "typescript": "^2.5.2"
  },
  "dependencies": {
    "google-auth-library": "^0.10.0",
    "googleapis": "^21.3.0"
  }
}
