kojima/package.json
2025-04-17 12:01:16 -05:00

27 lines
651 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",
"build": "esbuild ./src/index.js --bundle --outfile=./dist/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": {
"esbuild": "^0.25.2",
"izuna": "git+https://git.kitsu.cafe/rowan/izuna.git",
"typescript": "^5.8.2"
}
}