{
  "name": "@nlux-dev/emulator",
  "description": "Emulator and vanilla JS samples of a real use-case of nlux to test the library",
  "version": "0.0.0-latest",
  "author": "Salmen Hichri",
  "license": "MPL-2.0",
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin 'typescript={moduleResolution: \"bundler\"}'"
  },
  "dependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25",
    "@rollup/plugin-node-resolve": "^15",
    "@rollup/plugin-strip": "^3",
    "@rollup/plugin-typescript": "^11",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/rollup-plugin-generate-package-json": "^3",
    "esbuild": "^0",
    "rollup": "^4",
    "rollup-plugin-dts": "^6",
    "rollup-plugin-esbuild": "^6",
    "tslib": "^2"
  }
}
