macoolka-io
Version:
`macoolka-io` is Runtime type system for IO decoding/encoding.
61 lines (60 loc) • 1.36 kB
JSON
{
"name": "macoolka-io",
"version": "0.3.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"author": "fastspeeed@gmail.com",
"scripts": {
"reinstall": "rm -rf node_modules/ && yarn install",
"clean": "rm -rf lib/ coverage/ ",
"test": "jest",
"build": "rm -rf lib/ && tsc ",
"prepush": "npm run test",
"coverage": "rimraf coverage && jest --coverage"
},
"dependencies": {
"fp-ts": "^2.12.1",
"io-ts": "^2.2.16",
"macoolka-app": "^0.3.4",
"monocle-ts": "^2.3.13"
},
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^28.1.5",
"jest": "^28.1.3",
"macoolka-i18n": "0.3.4",
"ts-jest": "^28.0.6",
"typescript": "^4.7.4"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,tsx,ts}",
"!**/node_modules/**",
"!**/vendor/**"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(./src/*|\\.(test|spec))\\.(ts|tsx)$"
},
"repository": {
"type": "git",
"url": "https://github.com/macoolka/macoolka-io.git"
},
"homepage": "https://github.com/macoolka/macoolka-io",
"keywords": [
"macoolka",
"typescript",
"algebraic-data-types",
"functional-programming"
],
"license": "MIT"
}