{
  "name": "mvc-common-toolkit",
  "version": "1.46.3",
  "description": "This package contains common toolkits like query string parser, filter parser,... and other reusable patterns for any web projects",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha -r ts-node/register './src/**/*.spec.ts'",
    "compile": "tsc",
    "build": "rimraf dist && yarn compile",
    "prepublishOnly": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andydevstic/common-toolkit.git"
  },
  "keywords": [
    "toolkit",
    "parser",
    "mvc",
    "expressjs"
  ],
  "author": "Andy Devstic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andydevstic/common-toolkit/issues"
  },
  "homepage": "https://github.com/andydevstic/common-toolkit#readme",
  "dependencies": {
    "@alicloud/pop-core": "^1.7.13",
    "@faker-js/faker": "^8.4.1",
    "@paralleldrive/cuid2": "^2.2.0",
    "ali-oss": "^6.17.1",
    "axios": "^1.4.0",
    "bcrypt": "^5.1.0",
    "core-js": "^3.30.2",
    "dayjs": "^1.11.9",
    "exceljs": "^4.3.0",
    "fast-json-stable-stringify": "^2.1.0",
    "geoip-country": "^4.2.62",
    "ioredis": "^5.3.2",
    "kafkajs": "^2.2.4",
    "knex": "^2.4.2",
    "pino": "^8.15.0",
    "regenerator-runtime": "^0.14.0",
    "tsconfig-paths": "^4.2.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/ali-oss": "^6.16.7",
    "@types/bcrypt": "^5.0.0",
    "@types/chai": "^4.3.5",
    "@types/chai-as-promised": "^7.1.8",
    "@types/geoip-country": "^4.0.2",
    "@types/mocha": "^10.0.1",
    "@types/sinon": "^17.0.4",
    "@types/uuid": "^9.0.0",
    "chai": "4",
    "chai-as-promised": "7",
    "mocha": "^10.2.0",
    "rimraf": "^5.0.0",
    "sinon": "^21.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4"
  }
}
