{
  "name": "cmc-voice-otp",
  "version": "0.1.1",
  "description": "CMC voice otp library",
  "repository": {
    "type": "git",
    "url": "https://github.com/trucdev/cmc-voice-otp"
  },
  "main": "lib/index",
  "types": "lib/index",
  "files": [
    "lib",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "test": "npx mocha",
    "watch": "npx mocha -w",
    "build": "npx tsc -p .",
    "prepublishOnly": "npm run build"
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write",
      "eslint --cache --fix"
    ]
  },
  "prettier": {
    "singleQuote": true
  },
  "mocha": {
    "extension": [
      "ts"
    ],
    "watch-files": [
      "src/**/*.ts",
      "test/**/*.ts"
    ],
    "require": "ts-node/register"
  },
  "author": "TrucPham <trucdev@gmail.com> (https://trucdev.com)",
  "keywords": [
    "CMC",
    "voice OTP",
    "nodejs",
    "voice OTP API"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/crypto-js": "^4.1.1",
    "@types/mocha": "^8.2.2",
    "@types/node": "^20.4.1",
    "chai": "^4.3.4",
    "eslint": "^7.25.0",
    "lint-staged": "^10.5.4",
    "mocha": "^10.2.0",
    "prettier": "^2.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "crypto": "^1.0.1"
  }
}
