{
  "name": "yasla",
  "version": "1.3.2",
  "description": "[99 dog head] crushed to death, thunder that collapse Zijin hammer, purple electricity that nine days Xuan electric gun change. It's sharp, but it's heady. Shine, baby.",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "bin": {
    "yasla": "./bin/yasla"
  },
  "scripts": {
    "test": "vitest --dir test -u",
    "coverage": "vitest run --coverage",
    "dev": "tsc --watch",
    "build": "tsc",
    "lint": "eslint src/**",
    "lint:fix": "eslint src/** --fix",
    "version": "changeset version",
    "publish": "changeset publish",
    "relase": "changeset version && bumpp --commit --tag --push && git push origin --tags -f && changeset publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aiyoudiao/yasla.git"
  },
  "keywords": [
    "compress"
  ],
  "author": "aiyoudiao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aiyoudiao/yasla/issues"
  },
  "homepage": "https://github.com/aiyoudiao/yasla#readme",
  "devDependencies": {
    "@antfu/eslint-config": "^0.26.3",
    "@changesets/cli": "^2.24.4",
    "@types/boxen": "^3.0.1",
    "@types/commander": "^2.12.2",
    "@types/fs-extra": "^9.0.13",
    "@types/inquirer": "^7.3.3",
    "bumpp": "^8.2.1",
    "eslint": "^8.23.1",
    "eslint-plugin-n": "^15.2.5",
    "husky": "^8.0.1"
  },
  "dependencies": {
    "@types/figlet": "^1.5.5",
    "@types/listr": "^0.14.4",
    "@types/node": "^18.7.18",
    "boxen": "^6.2.1",
    "chalk": "^4.1.2",
    "chokidar": "^3.5.3",
    "commander": "^9.4.0",
    "fast-glob": "^3.2.12",
    "figlet": "^1.5.2",
    "file-type": "^15.0.1",
    "fs-extra": "^10.1.0",
    "inquirer": "^7.3.3",
    "listr": "^0.14.3",
    "package-json": "^7.0.0",
    "pkg-types": "^0.3.5",
    "semver": "^7.3.7",
    "typescript": "^4.8.3",
    "unconfig": "^0.3.6",
    "vitest": "^0.23.2"
  }
}
