diff options
author | Marvin Borner | 2024-11-27 02:12:12 +0100 |
---|---|---|
committer | Marvin Borner | 2024-11-27 02:27:48 +0100 |
commit | 6da602b0a29afcd2aa15725547375a80e30b3983 (patch) | |
tree | bb268dc7935696c2687c4ec151c2e0108536fa6f /package.json |
initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
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" +} |