{
  "name": "@monorepo-typescript/helpers",
  "version": "2.0.10",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/euhoo/monorepo-typescript.git",
    "directory": "packages/helpers"
  },
  "scripts": {
    "build": "tsc",
    "//prepare": "npm run build"
  }
}
