{
  "name": "typedconverter",
  "version": "2.3.6",
  "description": "Convert object into classes match with TypeScript type annotation",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "converter",
    "type"
  ],
  "scripts": {
    "test": "jest",
    "prepublish": "tsc -p tsconfig.build.json",
    "gen": "ts-node src/generator.ts",
    "clean": "rm -rf src/*.js && rm -rf test/*.js && rm -rf lib",
    "benchmark": "ts-node benchmark/index.ts"
  },
  "author": "Ketut Sandiarsa",
  "license": "MIT",
  "dependencies": {
    "@types/validator": "^13.0.0",
    "tinspector": "^3.1.0",
    "tslib": "^2.0.0",
    "validator": "^13.0.0"
  },
  "devDependencies": {
    "@hapi/joi": "^17.1.1",
    "@types/ejs": "^3.0.4",
    "@types/hapi__joi": "^17.1.0",
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.14.153",
    "coveralls": "^3.1.0",
    "ejs": "^3.1.3",
    "jest": "^26.0.1",
    "lodash": "^4.17.15",
    "ts-jest": "^26.0.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.3"
  },
  "bugs": {
    "url": "https://github.com/plumier/plumier/issues"
  },
  "repository": {
    "url": "https://github.com/plumier/typedconverter"
  }
}
