{
  "name": "@rake7h/ts-pkg",
  "version": "0.1.0",
  "description": "new package starter for typescript",
  "author": "hi@rake7h.com",
  "license": "MIT",
  "homepage": "https://github.com/rake7h/ts-pkg#readme",
  "keywords": [
    "npm init",
    "bolerplate",
    "starter",
    "typescript",
    "lerna",
    "create"
  ],
  "main": "dist/index.js",
  "scripts": {
    "build": "babel --out-dir dist ./src"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rake7h/ts-pkg.git"
  },
  "bugs": {
    "url": "https://github.com/rake7h/ts-pkg/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.8",
    "@babel/core": "^7.16.10",
    "@babel/preset-env": "^7.16.11"
  },
  "dependencies": {
    "dedent": "^0.7.0",
    "execa": "^6.0.0",
    "npm-package-arg": "^8.1.5"
  }
}
