2022-02-11 11:44:46 +01:00
|
|
|
{
|
|
|
|
"name": "micro-fp-tools",
|
2022-02-11 11:57:55 +01:00
|
|
|
"version": "0.2.0",
|
2022-02-11 11:44:46 +01:00
|
|
|
"description": "Simple functional functions common to any development in Typescript or JavaScript.",
|
|
|
|
"main": "dist/fnTools.js",
|
|
|
|
"scripts": {
|
2022-02-11 11:57:55 +01:00
|
|
|
"build": "tsc src/index.ts --lib esnext,dom --outDir dist/"
|
2022-02-11 11:44:46 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tanrax/micro-fp-tools-js.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"typescript",
|
|
|
|
"javascript",
|
|
|
|
"functional-programming"
|
|
|
|
],
|
|
|
|
"author": "Andros Fenollosa",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tanrax/micro-fp-tools-js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tanrax/micro-fp-tools-js#readme"
|
|
|
|
}
|