{
  "name": "@modern-js/codesmith",
  "description": "codesmith core implement",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/web-infra-dev/codesmith/issues",
  "repository": "web-infra-dev/codesmith",
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "version": "2.6.9",
  "jsnext:source": "./src/index.ts",
  "types": "./dist/types/index.d.ts",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm-node/index.js",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "dependencies": {
    "@swc/helpers": "0.5.1",
    "axios": "^1.13.3",
    "debug": "4.3.7",
    "tar": "^7.5.3",
    "@modern-js/codesmith-utils": "2.6.9"
  },
  "devDependencies": {
    "@modern-js/module-tools": "2.70.3",
    "@modern-js/plugin-testing": "2.70.3",
    "@types/jest": "^26.0.24",
    "@types/node": "^14.18.42",
    "@types/tar": "^4.0.5",
    "@types/debug": "^4.1.12",
    "typescript": "^4.9.5"
  },
  "sideEffects": false,
  "scripts": {
    "new": "modern new",
    "build": "modern build",
    "test": "modern test --env=node"
  }
}