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