{
  "name": "@yao-pkg/pkg",
  "version": "6.19.0",
  "description": "Package your Node.js project into an executable",
  "main": "lib-es5/index.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yao-pkg/pkg.git"
  },
  "types": "lib-es5/index.d.ts",
  "bin": {
    "pkg": "lib-es5/bin.js"
  },
  "files": [
    "lib-es5/*.js",
    "lib-es5/*.d.ts",
    "dictionary/*.js",
    "prelude/*.js"
  ],
  "prettier": {
    "singleQuote": true
  },
  "dependencies": {
    "@babel/generator": "^7.23.0",
    "@babel/parser": "^7.23.0",
    "@babel/traverse": "^7.23.0",
    "@babel/types": "^7.23.0",
    "@roberts_lando/vfs": "^0.3.3",
    "@yao-pkg/pkg-fetch": "3.5.33",
    "esbuild": "^0.27.3",
    "into-stream": "^9.1.0",
    "multistream": "^4.1.0",
    "picocolors": "^1.1.0",
    "picomatch": "^4.0.2",
    "postject": "^1.0.0-alpha.6",
    "prebuild-install": "^7.1.1",
    "resolve": "^1.22.10",
    "resolve.exports": "^2.0.3",
    "stream-meter": "^1.0.4",
    "tar": "^7.5.7",
    "tinyglobby": "^0.2.11",
    "unzipper": "^0.12.3"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^10.0.5",
    "@types/babel__generator": "^7.6.5",
    "@types/babel__traverse": "^7.20.3",
    "@types/multistream": "^4.1.0",
    "@types/node": "^22.0.0",
    "@types/picomatch": "^3.0.1",
    "@types/resolve": "^1.20.2",
    "@types/stream-meter": "^0.0.22",
    "@types/tar": "^6.1.13",
    "@types/unzipper": "^0.10.10",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "esbuild-register": "^3.6.0",
    "eslint": "^9.0.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-config-prettier": "^10.0.0",
    "eslint-plugin-import": "^2.31.0",
    "globals": "^17.3.0",
    "json-stable-stringify": "^1.0.1",
    "lint-staged": "^15.0.0",
    "prettier": "^3.0.3",
    "release-it": "^19.2.4",
    "rimraf": "^6.1.2",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^4.7.2"
  },
  "scripts": {
    "clean": "rimraf lib-es5",
    "build": "npm run clean && tsc && npm run build:sea-bootstrap",
    "build:sea-bootstrap": "node scripts/build-sea-bootstrap.js",
    "start": "tsc --watch",
    "lint": "npm run lint:style && npm run lint:code",
    "lint:style": "prettier -c \"{lib,prelude,test}/**/*.{ts,js}\"",
    "lint:code": "eslint lib prelude test",
    "fix": "npm run lint:style -- -w && npm run lint:code -- --fix",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "test": "npm run build && npm run test:host && npm run test:22 && npm run test:24",
    "test:22": "node test/test.js node22 no-npm",
    "test:24": "node test/test.js node24 no-npm",
    "test:host": "node test/test.js host only-npm",
    "bump:fetch": "yarn add @yao-pkg/pkg-fetch --exact",
    "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,css,md,json}": "prettier --write"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "packageManager": "yarn@1.22.22",
  "engines": {
    "node": ">=22.0.0"
  },
  "resolutions": {
    "lodash": "^4.17.23",
    "@octokit/request-error": "^5.1.1",
    "@octokit/plugin-paginate-rest": "^9.2.2",
    "@octokit/request": "^8.4.1",
    "js-yaml": "^4.1.1",
    "brace-expansion": "^2.0.2",
    "tmp": "^0.2.4"
  }
}
