purify-ts-io
Version:
IO monad compatible with purify-ts
35 lines (34 loc) • 681 B
JSON
{
"name": "purify-ts-io",
"version": "1.2.0",
"description": "IO monad compatible with purify-ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"IO",
"purify-ts",
"typescript",
"monad"
],
"author": "Tjerk Valentijn",
"license": "ISC",
"dependencies": {
"purify-ts": "^2.1.0"
},
"devDependencies": {
"typescript": "5.6.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist",
"src"
]
}