git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
{
"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"
}
}