kuebiko/package.json
2025-07-02 11:13:04 -04:00

13 lines
290 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": ""
}