{
  "name": "genomic",
  "version": "5.6.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "Clone and customize template repositories with variable replacement",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/dev-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/dev-utils/issues"
  },
  "scripts": {
    "copy": "copyfiles -f ../../LICENSE README.md package.json dist && copyfiles -f \"licenses-templates/**/*\" dist/licenses-templates",
    "clean": "makage clean",
    "prepublishOnly": "npm run build",
    "build": "npm run clean && tsc && tsc -p tsconfig.esm.json && npm run copy",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "appstash": "0.7.0",
    "inquirerer": "4.8.1"
  },
  "devDependencies": {
    "copyfiles": "^2.4.1",
    "makage": "0.1.10"
  },
  "keywords": [],
  "gitHead": "41f18174985956b7f62ecfaa999ec428299d9a84"
}
