{
  "name": "@reskript/init",
  "version": "6.2.1",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=14.18.0 || >= 16.10.0"
  },
  "files": [
    "dist",
    "templates"
  ],
  "publishConfig": {
    "access": "public"
  },
  "bin": "./dist/index.js",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsc -p tsconfig.build.json",
    "lint": "eslint --max-warnings=0 src",
    "test": "echo 'No test in @reskript/init'"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.4",
    "@types/node": "^20.8.4",
    "eslint": "^8.51.0",
    "typescript": "next"
  },
  "dependencies": {
    "@reskript/core": "6.2.1",
    "execa": "^8.0.1",
    "globby": "^13.2.2",
    "inquirer": "^9.2.11",
    "ora": "^7.0.1",
    "pad-stream": "^4.0.0"
  },
  "gitHead": "397473b119c1c832952aa16a83b0f15ebc1f28ac"
}
