From 6b368110b1098c068869e0c511ea4ec74329d4c3 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Fri, 11 Feb 2022 11:44:46 +0100 Subject: [PATCH] Update package --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0ab3c33 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "micro-fp-tools", + "version": "0.1.0", + "description": "Simple functional functions common to any development in Typescript or JavaScript.", + "main": "dist/fnTools.js", + "scripts": { + "build": "tsc multi-selector-uniq.ts --lib esnext,dom" + }, + "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" +}