{
  "name": "@cinerino/api-abstract-client",
  "version": "3.144.1",
  "description": "Cinerino API Abstract Client Library for Javascript",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "doc",
    "example",
    "lib"
  ],
  "directories": {
    "doc": "./doc",
    "lib": "./lib",
    "example": "./example",
    "test": "./test"
  },
  "scripts": {
    "build": "tsc",
    "check": "npm run tslint",
    "clean": "rimraf ./lib \"npm-debug.log*\" ./doc ./.nyc_output",
    "doc": "echo \"implementing...\" && exit 0",
    "mocha": "mocha",
    "nyc": "nyc mocha \"src/**/*.spec.ts\"",
    "coverage": "npm run nyc && nyc report --reporter=text-lcov | coveralls",
    "test": "npm run check && npm run coverage",
    "tslint": "tslint --project tsconfig.json -c tslint.json --exclude \"**/*.spec.ts\" src/**/*.ts",
    "preversion": "npm run clean && npm run build && npm test",
    "version": "git add -A",
    "postversion": "git push origin --tags",
    "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cinerino/api-abstract-client.git"
  },
  "keywords": [
    "cinerino"
  ],
  "author": {
    "name": "Motionpicture co.,ltd."
  },
  "contributors": [
    {
      "email": "yamazaki@motionpicture.jp",
      "name": "Tetsu Yamazaki"
    }
  ],
  "license": "ISC",
  "devDependencies": {
    "@types/debug": "0.0.30",
    "@types/fetch-mock": "^6.0.5",
    "@types/form-data": "^2.5.0",
    "@types/http-status": "^0.2.30",
    "@types/isomorphic-fetch": "0.0.34",
    "@types/mocha": "^5.2.7",
    "@types/nock": "^9.3.1",
    "@types/node": "^8.10.61",
    "@types/power-assert": "^1.5.3",
    "@types/qs": "^6.9.3",
    "@types/request": "^2.48.5",
    "@types/request-promise-native": "^1.0.17",
    "@types/sinon": "^4.3.3",
    "coveralls": "^3.1.0",
    "fetch-mock": "^6.5.2",
    "mocha": "^5.2.0",
    "nock": "^9.3.2",
    "nyc": "15.1.0",
    "power-assert": "^1.6.1",
    "rimraf": "^2.7.1",
    "sinon": "^5.1.1",
    "ts-node": "^10.0.0",
    "tslint": "^6.1.3",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "4.3.2"
  },
  "dependencies": {
    "@chevre/factory": "4.294.0",
    "debug": "^3.2.6",
    "http-status": "^1.4.2",
    "isomorphic-fetch": "^2.2.1",
    "qs": "^6.9.4"
  }
}
