{
  "name": "sxy-loader",
  "version": "3.1.0",
  "license": "UNLICENSED",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./dist/*"
  },
  "build": "tsc --watch",
  "files": [
    "dist/*",
    "dist/cli/**/*"
  ],
  "dependencies": {
    "chalk-extensions": "^2.0.24",
    "find-package-json": "^1.2.0",
    "import-meta-resolve": "^2.2.2",
    "minimatch": "^5.1.6",
    "slash": "^5.1.0",
    "sxy-dev-tools": "^1.0.6",
    "sxy-dev-tools-ts": "^1.0.8",
    "sxy-lib": "^2.1.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/parser": "^7.24.4",
    "@babel/plugin-syntax-decorators": "^7.24.1",
    "@babel/types": "^7.24.0",
    "@types/babel__core": "^7.20.5",
    "@types/chai": "^4.3.14",
    "@types/find-package-json": "^1.2.6",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.45",
    "chai": "^4.4.1",
    "eslint": "^8.57.0",
    "eslint-config-sandi-ts": "^0.1.13",
    "mocha": "^9.2.2",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "build": "tsc --watch",
    "build-once": "tsc",
    "test": "mocha --watch --parallel --config .mocharc.cjs --ignore node_modules --watch-ignore transformCache dist/tests/**/*.mocha.js",
    "unit-test": "mocha --watch --parallel --config .mocharc.cjs --ignore node_modules --watch-ignore node_modules --watch-ignore transformCache dist/**/*.unitTest.js",
    "errors": "mocha --watch --parallel --config .mocharc.cjs --ignore node_modules --watch-ignore transformCache dist/errors/**/*.mocha.js",
    "prepublish": "pnpm build-once || exit 0"
  }
}