{
  "name": "@bam.tech/kettle",
  "version": "2.1.1",
  "main": "./dist/kettle.js",
  "types": "./dist/kettle.d.ts",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/bamlab/kettle"
  },
  "keywords": [
    "template",
    "engine",
    "boilerplate",
    "kettle"
  ],
  "scripts": {
    "test": "yarn test:types && yarn test:unit",
    "test:unit": "jest",
    "test:types": "tsc --noEmit",
    "prepare": "rm -rf dist && yarn tsc"
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "devDependencies": {
    "@types/gulp": "4.0.7",
    "@types/jest": "26.0.14",
    "@types/node": "14.11.2",
    "@types/plugin-error": "0.1.1",
    "@types/through2": "2.0.36",
    "@types/uuid": "8.3.0",
    "@types/vinyl": "2.0.4",
    "gulp": "4.0.2",
    "jest": "26.4.2",
    "prettier": "2.1.2",
    "ts-jest": "26.4.1",
    "ts-node": "9.0.0",
    "typescript": "4.0.3"
  },
  "dependencies": {
    "plugin-error": "1.0.1",
    "through2": "4.0.2",
    "uuid": "8.3.0",
    "vinyl": "2.2.1"
  }
}
