{
  "name": "@alfalab/scripts-modules",
  "version": "1.13.0",
  "main": "./build/index.js",
  "module": "./build/esm/index.js",
  "typings": "./build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "import": "./build/esm/index.js",
      "require": "./build/index.js"
    },
    "./ssr": {
      "types": "./build/ssr/index.d.ts",
      "import": "./build/esm/ssr/index.js",
      "require": "./build/ssr/index.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "ssr": [
        "./build/ssr/index.d.ts"
      ]
    }
  },
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/core-ds/arui-scripts.git"
  },
  "bugs": {
    "url": "https://github.com/core-ds/arui-scripts/issues"
  },
  "homepage": "https://github.com/core-ds/arui-scripts/tree/master/packages/arui-scripts-modules#readme",
  "scripts": {
    "build:commonjs": "tsc --project tsconfig.json",
    "build:esm": "tsc --project tsconfig.esm.json",
    "build": "yarn build:commonjs && yarn build:esm",
    "test": "jest",
    "lint:scripts": "arui-presets-lint scripts",
    "format": "arui-presets-lint format",
    "format:check": "arui-presets-lint format:check",
    "lint": "yarn lint:scripts && yarn format:check",
    "lint:fix": "yarn lint:scripts --fix && yarn format",
    "audit": "yarn npm audit --severity high --environment production"
  },
  "peerDependencies": {
    "react": ">16.18.0"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.0",
    "@types/react": "18.3.24",
    "jest": "28.1.3",
    "jest-environment-jsdom": "^29.6.2",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "ts-jest": "28.0.8",
    "typescript": "6.0.2"
  },
  "dependencies": {
    "abortcontroller-polyfill": "^1.7.5"
  }
}