{
  "private": false,
  "name": "@cool-vue/unix",
  "version": "1.0.0",
  "description": "cool-unix toolkit",
  "type": "module",
  "main": "index.js",
  "bin": {
    "unix-init": "./bin/init.js"
  },
  "scripts": {
    "unix-init": "node bin/init.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cool-team-official/cool-unix.git"
  },
  "keywords": [
    "cool-unix",
    "uniapp-x",
    "uniapp"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "glob": "^11.0.0"
  },
  "devDependencies": {
    "prettier": "^3.2.5"
  }
}
