{
  "name": "@lifaon/math",
  "version": "0.0.1-dev.1728826049003",
  "type": "module",
  "main": "./index.js",
  "scripts": {
    "fb:build": "node fabrique/actions/build.js",
    "fb:format": "prettier --write --ignore-unknown --config ./.prettierrc \"src/**/*.{js,jsx,ts,tsx,html,css,scss}\"",
    "fb:test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
    "fb:test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --collect-coverage",
    "fb:prod": "node fabrique/actions/build.js && cd dist && npm publish --access public --registry https://registry.npmjs.org",
    "fb:dev": "node fabrique/actions/build.js --dev && cd dist && npm publish --quiet --registry http://localhost:4873"
  },
  "description": "Math helpers",
  "keywords": [],
  "author": "Valentin RICHARD",
  "license": "MIT",
  "access": "public",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lifaon74/math.git"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "jest": "^29.7.0",
    "prettier": "^3.3.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.6.2"
  },
  "packageManager": "yarn@4.5.0",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "typings": "./index.d.ts",
  "types": "./index.d.ts"
}