{
  "name": "@ts-nameof/transforms-common",
  "version": "4.2.1",
  "description": "ts-nameof - Common code for transforms.",
  "main": "./dist/index.js",
  "author": "David Sherret",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rimraf dist && tsc --b --clean",
    "build": "tsc --b",
    "test": "npm run build && mocha",
    "test:debug": "npm run build && mocha --inspect-brk"
  },
  "dependencies": {
    "@ts-nameof/common": "^4.2.0"
  },
  "devDependencies": {
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.1",
    "mocha": "^7.1.2",
    "rimraf": "^3.0.2",
    "ts-node": "^8.10.1",
    "typescript": "^3.9.2"
  }
}
