{
  "name": "@jovian/type-tools",
  "version": "6.1.47",
  "index": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jovians/type-tools.git"
  },
  "bugs": {
    "url": "https://github.com/jovians/type-tools/issues",
    "email": "jovian.technologies@gmail.com"
  },
  "scripts": {
    "lint": "npx eslint . --ext .ts",
    "prepare": "npm run clean-js --silent && npx tsc && node index && npm run test",
    "clean-js": "sh scripts/z-clean-js.sh || true",
    "test": "npx tsc && npx ritz recompile -f --delta-tsc && node --enable-source-maps tests/run.all",
    "playground": "npm run prepare && node --enable-source-maps tests/playground",
    "before-commit": "npm run clean-js --silent && npx ritz revert"
  },
  "dependencies": {
    "axios": "^1.1.3",
    "dedent": "^0.7.0",
    "properties-to-json": "^0.2.1",
    "rxjs": "^7.5.7",
    "uuid": "^9.0.0",
    "ws": "^8.11.0",
    "yargs": "^17.6.2"
  },
  "devDependencies": {
    "@jovian/fourq": "^1.0.26",
    "@types/express": "^4.17.14",
    "@types/node": "^18.11.9",
    "express": "^4.18.2",
    "lugger": "^0.5.26",
    "mongodb": "^4.12.0",
    "typescript": "^4.9.3",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "eslint": "^8.28.0"
  },
  "keywords": [
    "typetools",
    "type tools",
    "validatable",
    "validation",
    "model validation"
  ],
  "license": "MIT"
}
