commit d6e3da01f2c128f11b1e370eec9f13ff7dab958e Author: The Magician Date: Mon Nov 27 18:17:39 2023 +0000 Add 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" +}