{
  "name": "lion-system",
  "version": "1.3.35",
  "exports": {
    "import": "./index.js",
    "require": "./index.cjs"
  },
  "types": "./index.d.ts",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/leonzalion/lion-system.git"
  },
  "homepage": "https://github.com/leonzalion/lion-system#readme",
  "dependencies": {
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.2",
    "detect-indent": "^7.0.0",
    "dot-prop": "^7.2.0",
    "execa": "^6.1.0",
    "import-meta-resolve": "^1.1.1",
    "pkg-up": "^4.0.0",
    "rfdc": "^1.3.0",
    "rollup": "^2.73.0",
    "rollup-plugin-bundle-esm": "^0.1.1",
    "rollup-plugin-deps-external": "^0.2.1",
    "rollup-plugin-js-imports": "^1.2.1",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "desm": "^1.2.0",
    "lion-fixture": "^1.1.8",
    "tsd": "^0.20.0",
    "type-fest": "^2.12.2",
    "typescript": "^4.6.4",
    "vitest": "^0.12.6"
  },
  "publishConfig": {
    "directory": "dist"
  },
  "scripts": {
    "build": "node-ts ./scripts/build.js",
    "start": "node-ts ./src/index.js",
    "test": "vitest run --no-threads"
  }
}