{
  "name": "@expozr/core",
  "version": "2.2.0",
  "description": "Core abstractions and types for the Expozr ecosystem",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "expozr",
    "bundler",
    "core"
  ],
  "author": "Bruno Silva",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/node": "^20.0.0",
    "rollup": "^4.0.0",
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "gitHead": "a5fd43af05f86b548b43fdd37187728a516b89ed"
}
