{
  "name": "wcif-helpers",
  "version": "0.2.5",
  "description": "Some helpers for WCIF",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/types.d.ts",
  "scripts": {
    "test": "jest",
    "rollup": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxidragon/wcif-helpers.git"
  },
  "keywords": [
    "wcif",
    "wca"
  ],
  "author": "Maksymilian Gala",
  "license": "MIT",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/maxidragon/wcif-helpers/issues"
  },
  "homepage": "https://github.com/maxidragon/wcif-helpers#readme",
  "devDependencies": {
    "@babel/core": "^7.24.6",
    "@babel/preset-env": "^7.24.6",
    "@babel/preset-react": "^7.24.6",
    "@babel/preset-typescript": "^7.24.6",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@testing-library/jest-dom": "^6.4.5",
    "@types/jest": "^29.5.12",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.18.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {}
}
