{
  "name": "@lazy-glob/sort-entries",
  "version": "1.0.12",
  "description": "",
  "keywords": [
    "create-by-yarn-tool",
    "create-by-tsdx"
  ],
  "homepage": "https://github.com/bluelovers/ws-glob/tree/master/packages/@lazy-glob/sort-entries#readme",
  "bugs": {
    "url": "https://github.com/bluelovers/ws-glob/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bluelovers/ws-glob.git",
    "directory": "packages/@lazy-glob/sort-entries"
  },
  "license": "ISC",
  "author": "bluelovers",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.esm.mjs"
    },
    "./package.json": "./package.json",
    "./src/*": "./src/*"
  },
  "main": "dist/index.cjs",
  "unpkg": "dist/index.umd.production.min.cjs",
  "module": "dist/index.esm.mjs",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "coverage": "npx nyc yarn run test",
    "lint": "npx eslint **/*.ts",
    "pretest": "echo pretest",
    "test": "yarn run test:jest",
    "test:jest": "jest",
    "test:jest:coverage": "yarn run test:jest -- --coverage",
    "test:jest:snapshot": "yarn run test:jest -- -u",
    "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"",
    "test:snapshot": "yarn run test -- -u",
    "test:tsd": "ynpx tsd",
    "posttest": "yarn run build",
    "build": "yarn run build:tsdx && yarn run build:dts:tsc",
    "build:dts:bundle": "ynpx dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle",
    "build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts",
    "build:dts:tsc": "yarn run build:dts:copy && yarn run build:dts:tsc:emit && yarn run build:dts:copy",
    "build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false",
    "build:tsdx": "ynpx @bluelovers/tsdx build --target node --noClean",
    "ci:install": "echo ci:install",
    "ci:build": "echo ci:build",
    "npm:publish": "npm publish",
    "npm:publish:lerna": "lerna publish --yes",
    "preversion": "yarn run test",
    "version": "echo version",
    "postversion": "echo postversion",
    "prepublish": "echo prepublish",
    "prepublish:lockfile": "npx sync-lockfile .",
    "prepare": "echo prepare",
    "prepublishOnly": "echo prepublishOnly",
    "prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
    "prepack": "echo prepack",
    "pack": "echo pack",
    "postpack": "echo postpack",
    "publish": "echo publish",
    "postpublish": "echo postpublish",
    "postpublish_": "git commit -m \"chore(release): publish\" .",
    "postpublishOnly": "echo postpublishOnly",
    "ncu": "npx yarn-tool ncu -u",
    "sort-package-json": "npx yarn-tool sort",
    "tsc:default": "tsc -p tsconfig.json",
    "tsc:esm": "tsc -p tsconfig.esm.json",
    "tsc:showConfig": "ynpx get-current-tsconfig -p"
  },
  "dependencies": {
    "@bluelovers/string-natural-compare": "^2.0.11",
    "@lazy-glob/util": "^1.0.12"
  },
  "packageManager": "yarn@1.22.19",
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "25411192b57746452403b3ced06c787fb30c3004"
}
