{
  "name": "@alloyify/anvil",
  "description": "Alloyify Anvil package",
  "version": "1.1.4",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "repository": "https://github.com/alloyify/anvil",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "anvil": "dist/bin/anvil.js"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "author": {
    "name": "Mykhaylo Yali",
    "email": "mihon4ik@gmail.com"
  },
  "dependencies": {
    "@alloyify/devkit": "1.1.4",
    "@alloyify/schematics-nx": "1.1.4",
    "@alloyify/schematics-turborepo": "1.1.4",
    "@alloyify/anvil-utils": "1.1.4",
    "commander": "9.2.0",
    "cpx": "1.5.0",
    "inquirer": "8.2.4",
    "lodash": "4.17.21",
    "symlink-dir": "5.0.1",
    "ts-deepmerge": "2.0.1"
  },
  "scripts": {
    "build": "tsc",
    "link:global": "pnpm link --global",
    "lint": "eslint . --fix",
    "test": "jest"
  }
}