{
  "name": "@oslokommune/punkt-testing-utils",
  "version": "13.1.1",
  "description": "Test-utilities for Punkt",
  "homepage": "https://punkt.oslo.kommune.no",
  "author": "Team Designsystem, Oslo Origo",
  "type": "module",
  "main": "dist/punkt-testing-utils.umd.js",
  "module": "dist/punkt-testing-utils.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@testing-library/dom": "10.4.0",
    "@testing-library/react": "16.2.0"
  },
  "devDependencies": {
    "@oslokommune/punkt-elements": "^13.1.0",
    "@oslokommune/punkt-react": "^13.1.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^20.17.30",
    "@types/testing-library__jest-dom": "^5.14.9",
    "@vitejs/plugin-react": "^4.0.0",
    "jest": "^29.7.0",
    "jest-axe": "^9.0.0",
    "jest-environment-jsdom": "^29.7.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.0.0",
    "vite": "^5.4.18",
    "vite-plugin-dts": "^3.6.0",
    "whatwg-fetch": "^3.6.19"
  },
  "scripts": {
    "build": "vite build",
    "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
    "lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
    "format": "prettier --write src//**/*.{ts,tsx,css} --config ./.prettierrc",
    "test": "jest --config jest.config.cjs"
  },
  "peerDependencies": {
    "@oslokommune/punkt-elements": ">=12.0.0",
    "@oslokommune/punkt-react": ">=12.0.0",
    "react": ">=18.3.1",
    "react-dom": ">=18.3.1"
  },
  "keywords": [
    "punkt",
    "pkt",
    "designsystem",
    "react",
    "elements",
    "testing-library"
  ],
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oslokommune/punkt.git"
  },
  "bugs": {
    "url": "https://github.com/oslokommune/punkt/issues"
  },
  "license": "MIT",
  "gitHead": "ce534de41ff451ba18adbcb0492079dd9e4ba00c"
}
