{
  "name": "@rtm-kit/{{kebabCase name}}",
  "version": "1.0.0",
  "description": "Stub description for {{name}}",
  "main": "build/index.js",
  "scripts": {
    "build": "babel src --out-dir build --ignore **/__tests__,**/*.test.js",
    "watch": "babel -w src --out-dir build --ignore **/__tests__,**/*.test.js",
    "prepare": "cross-env NODE_ENV=production npm run build"
  },
  "author": "RevTech Media",
  "license": "UNLICENSED",
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "cross-env": "^5.0.5"
  }
}
