{
  "name": "@wyw-in-js/shared",
  "version": "1.1.0",
  "dependencies": {
    "debug": "^4.3.4",
    "find-up": "^5.0.0",
    "minimatch": "^9.0.3"
  },
  "devDependencies": {
    "@babel/types": "^7.23.5",
    "@types/babel__core": "^7.20.5",
    "@types/debug": "^4.1.9",
    "@types/node": "^16.18.55",
    "@wyw-in-js/babel-config": "workspace:*",
    "@wyw-in-js/eslint-config": "workspace:*",
    "@wyw-in-js/ts-config": "workspace:*",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "esm/",
    "lib/",
    "types/"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build:esm": "babel src --out-dir esm --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
    "build:lib": "cross-env NODE_ENV=legacy babel src --out-dir lib --extensions '.js,.jsx,.ts,.tsx' --source-maps --delete-dir-on-start",
    "build:types": "tsc --project ./tsconfig.lib.json --baseUrl . --rootDir ./src",
    "lint": "eslint --ext .js,.ts .",
    "test": "bun test src"
  },
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Anber/wyw-in-js"
  }
}
