From d6e3da01f2c128f11b1e370eec9f13ff7dab958e Mon Sep 17 00:00:00 2001 From: The Magician Date: Mon, 27 Nov 2023 18:17:39 +0000 Subject: [PATCH] Add package.json --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a8385b0 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "@themagician/tarotcard.css", + "version": "0.0.1", + "description": "A CSS library for creating 3D Tarot cards.", + "main": "tarotcard.css", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://git.themagician.cc/TheMagician/tarotcard.css.git" + }, + "keywords": [ + "css", + "card", + "component" + ], + "author": "The Magician", + "license": "Unlicense" +}