Skip to main content
Module

x/purify/package.json

Functional programming library for TypeScript, Ported to Deno - https://gigobyte.github.io/purify/
Latest
File
{ "name": "purify-ts", "version": "0.11.0", "description": "Functional programming standard library for TypeScript ", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/gigobyte/purify.git", "author": "gigobyte <gigobest2@gmail.com>", "license": "MIT", "sideEffects": false, "scripts": { "build": "tsc", "docs": "typedoc --out documentation/ src/ --theme minimal", "test": "jest" }, "jest": { "transform": { ".(ts|tsx)": "ts-jest" }, "testRegex": "src/.+\\.test\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js" ], "collectCoverage": true }, "devDependencies": { "@types/jest": "^23.3.1", "jest": "^23.6.0", "ts-jest": "^23.10.0", "typescript": "3.0.3" }, "dependencies": {}}