{ "name": "kojima", "type": "module", "author": "Rowan (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" }, "dependencies": { "typescript": "^5.8.2" } }