kojima/package.json
2025-03-26 21:28:33 -05:00

16 lines
420 B
JSON

{
"name": "kojima",
"type": "module",
"author": "Rowan <rowan@kitsu.cafe> (https://kitsu.cafe)",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "./tests/index.js"
},
"keywords": ["functional", "functional programming", "fp", "monad"],
"license": "GPL-3.0-or-later",
"devDependencies": {
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
}
}