jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/operation/package.json
language: JSON
244 Bytes / 15 lines / 15 loc
History
View raw
{
  "name": "@yakatak/operation",
  "private": true,
  "type": "module",
  "scripts": {
    "test": "vitest run"
  },
  "exports": {
    ".": "./src/index.ts"
  },
  "devDependencies": {
    "fast-check": "^4.6.0",
    "vitest": "^4.1.3"
  }
}