kuebiko/package.json
2025-08-20 19:49:50 -04:00

20 lines
391 B
JSON

{
"name": "kuebiko",
"version": "2.0.0",
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"keywords": [
"parser",
"functional",
"combinator"
],
"license": "MIT",
"description": "",
"dependencies": {
"kojima": "git+https://git.kitsu.cafe/rowan/kojima.git"
}
}