tamda
Version:
Practical functional programming library for TypeScript
44 lines (43 loc) • 983 B
JSON
{
"name": "tamda",
"version": "1.0.5",
"description": "Practical functional programming library for TypeScript",
"author": "Andre Luiz Rabello <andre.luiz_r@hotmail.com>",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rabelloo/tamda.git"
},
"bugs": {
"url": "https://github.com/rabelloo/tamda/issues"
},
"homepage": "https://github.com/rabelloo/tamda#readme",
"keywords": [
"typescript",
"functional",
"programming",
"fp",
"ramda",
"lodash",
"underscore",
"ts-fp"
],
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsc",
"lint": "tslint src/**/*.ts",
"test": "jest --coverage",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/jest": "^24.0.25",
"jest": "^24.9.0",
"ts-jest": "^24.2.0",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
}
}