{
  "name": "@sontx/mapstructjs",
  "version": "1.0.0-alpha.1",
  "description": "Mapping source object to target object with javascript.",
  "main": "build/index.js",
  "scripts": {
    "build": "rimraf ./build && tsc -p tsconfig.build.json",
    "playground": "npm run dts && npm run webpack",
    "dts": "npm-dts generate --logLevel debug --output playground/src/mapstructjs.d.ts",
    "webpack": "webpack",
    "start:dev": "npx nodemon",
    "start": "npm run build && node build/index.js",
    "lint": "eslint . --ext .ts",
    "test": "jest --coverage=true",
    "test:dev": "jest --watchAll"
  },
  "keywords": [],
  "author": {
    "name": "sontx",
    "url": "https://github.com/sontx"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^28.1.8",
    "@types/node": "^18.11.18",
    "@types/webpack": "^5.28.0",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "eslint": "^8.20.0",
    "eslint-plugin-jest": "^26.6.0",
    "husky": "^8.0.1",
    "jest": "^28.1.3",
    "nodemon": "^2.0.19",
    "npm-dts": "^1.3.12",
    "onchange": "^7.1.0",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "run-script-os": "^1.1.6",
    "terser-webpack-plugin": "^5.3.6",
    "ts-jest": "^28.0.7",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "reflect-metadata": "^0.1.13"
  },
  "optionalDependencies": {
    "fsevents": "^2.3.2"
  }
}
