Documentation
{
  "name": "@easy-install/is-admin",
  "version": "0.1.0",
  "description": "is-admin",
  "types": "dist/index.d.ts",
  "main": "dist/index.js",
  "bin": {
    "is-admin": "bundle/cli.js"
  },
  "files": [
    "dist",
    "bundle",
    "readme.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahaoboy/is-admin.git"
  },
  "homepage": "https://github.com/ahaoboy/is-admin#readme",
  "keywords": [
    "is-admin"
  ],
  "author": "ahaoboy",
  "license": "ISC",
  "scripts": {
    "dev": "tsc -w -p tsconfig.build.json",
    "build": "tsc -p tsconfig.json && npm run bundle",
    "bundle": "esbuild --outdir=bundle --bundle --minify --platform=node --format=cjs ts/cli.ts",
    "format": "deno fmt --ignore=node_modules,dist,bundle,target --indent-width=2 --no-semicolons --single-quote",
    "pre-check": "npm run clippy && npm run format",
    "clippy": "cargo clippy --fix --allow-dirty --allow-staged",
    "clear": "rm -rf node_modules dist bundle",
    "bump": "pnpm up --latest --force",
    "release": "pnpm publish -r --access public",
    "release-alpha": "pnpm publish -r --access public --tag alpha"
  },
  "devDependencies": {
    "esbuild": "^0.25.0",
    "@types/node": "^22.13.4",
    "typescript": "^5.7.3"
  },
  "pnpm": {
    "neverBuiltDependencies": []
  }
}