{
    "name": "l33t-lib",
    "type": "module",
    "version": "0.9.0",
    "description": "L33t Library",
    "module": "dist/index.esm.js",
    "types": "dist/index.d.ts",
    "files": [
      "dist"
    ],
    "scripts": {
      "build": "rollup -c",
      "type-check": "tsc --noEmit",
      "prepublishOnly": "npm run build"
    },
    "devDependencies": {
      "@rollup/plugin-commonjs": "^25.0.0",
      "@rollup/plugin-node-resolve": "^15.0.0",
      "@rollup/plugin-typescript": "^11.0.0",
      "rollup": "^3.20.0",
      "typescript": "^5.0.0",
      "tslib": "^2.5.0"
    },
    "keywords": [],
    "author": "",
    "license": "MIT"
  }