From ffd71cd77b1708574ef46a667b23ca3a5cc9fa27 Mon Sep 17 00:00:00 2001 From: dk1a Date: Sat, 12 Nov 2022 16:39:21 +0300 Subject: [PATCH] feat: add package.json --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..14923a3 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "memmove", + "version": "0.1.0", + "description": "A data structures library that does memory management for you", + "bugs": "https://github.com/brockelmore/memmove/issues", + "license": "MIT", + "author": "Contributors to memmove", + "files": [ + "src/*" + ], + "repository": { + "type": "git", + "url": "https://github.com/brockelmore/memmove.git" + } +} \ No newline at end of file