{
  "name": "@cinerino/factory",
  "version": "9.50.2",
  "description": "Cinerino Factory 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 ./coverage ./.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 && npm run doc",
    "version": "git add -A",
    "postversion": "git push origin --tags",
    "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
  },
  "author": {
    "name": "Motionpicture co.,ltd."
  },
  "contributors": [
    {
      "name": "Tetsu Yamazaki",
      "email": "yamazaki@motionpicture.jp"
    }
  ],
  "license": "ISC",
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/node": "^10.14.6",
    "@types/request": "^2.48.5",
    "@types/request-promise-native": "^1.0.17",
    "@types/sinon": "^4.3.3",
    "coveralls": "^3.0.3",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.2",
    "tslint": "^6.1.2",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@chevre/factory": "4.99.0",
    "@motionpicture/coa-service": "^9.0.0",
    "@pecorino/factory": "4.10.0",
    "@waiter/factory": "^2.1.0",
    "aws-sdk": "^2.447.0",
    "setprototypeof": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cinerino/factory.git"
  }
}
