From 6da602b0a29afcd2aa15725547375a80e30b3983 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 27 Nov 2024 02:12:12 +0100 Subject: initial commit --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..53c6df9 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "picomonad", + "version": "1.0.0", + "description": "The tiniest monad implementations", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/marvinborner/picomonad.git" + }, + "keywords": [ + "monad" + ], + "author": "Marvin Borner", + "license": "MIT", + "bugs": { + "url": "https://github.com/marvinborner/picomonad/issues" + }, + "homepage": "https://github.com/marvinborner/picomonad#readme" +} -- cgit v1.2.3