{
  "name": "npm-mongoose",
  "version": "1.0.2",
  "description": "NPM Gobal Mongoose Library",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "npm run build:compile && npm run build:types",
    "build:compile": "npm run lint && babel src --extensions .ts --out-dir lib",
    "build:types": "tsc",
    "coverage": "nyc --reporter=lcov --reporter=html npm test",
    "lint": "npx eslint . --ext .ts",
    "publish:package": "npm run build && npm publish",
    "test": "mocha --require ts-node/register 'tests/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/progovcode/npm-mongo.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/progovcode/npm-mongo/issues"
  },
  "homepage": "https://github.com/progovcode/npm-mongo#readme",
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.9",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/plugin-transform-typescript": "^7.16.8",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/register": "^7.17.7",
    "@babel/runtime": "^7.17.9",
    "@types/bcryptjs": "^2.4.2",
    "@types/chai": "^4.3.1",
    "@types/config": "0.0.41",
    "@types/jsonwebtoken": "^8.5.8",
    "@types/mocha": "^9.1.1",
    "@types/sinon": "^10.0.11",
    "@types/sinon-chai": "^3.2.8",
    "@types/validator": "^13.7.2",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "chai": "^4.3.6",
    "eslint": "^8.13.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "sinon": "^13.0.2",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.7.0",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "mongoose": "^6.3.4"
  }
}
