{
  "name": "@nlux-dev/specifications",
  "version": "0.0.0-latest",
  "description": "Specs and tests for nlux packages",
  "main": "index.js",
  "bugs": "https://github.com/nlkitai/nlux/issues",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nlkitai/nlux.git"
  },
  "author": "Salmen Hichri",
  "license": "SEE LICENSE IN ROOT LICENSE FILE",
  "private": true,
  "scripts": {
    "test": "vitest run",
    "test-ui": "vitest --ui",
    "test-debug": "vitest --inspect-brk --no-file-parallelism"
  },
  "devDependencies": {
    "@vitejs/plugin-react": "^4",
    "@rollup/plugin-commonjs": "^25",
    "@rollup/plugin-node-resolve": "^15",
    "@rollup/plugin-strip": "^3",
    "@rollup/plugin-terser": "^0",
    "@rollup/plugin-typescript": "^11",
    "@rollup/plugin-alias": "^5",
    "@testing-library/dom": "^9",
    "@testing-library/jest-dom": "^6",
    "@testing-library/react": "^14",
    "@testing-library/user-event": "^14",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@types/rollup-plugin-generate-package-json": "^3",
    "@vitest/ui": "^1",
    "esbuild": "^0",
    "jsdom": "^24",
    "nock": "^13",
    "resize-observer-polyfill": "^1",
    "rollup": "^4",
    "rollup-plugin-dts": "^6",
    "rollup-plugin-esbuild": "^6",
    "ts-node": "^10",
    "tslib": "^2",
    "vite": "^5",
    "typescript": "^5",
    "vitest": "^1"
  },
  "dependencies": {}
}
