Add package.json

This commit is contained in:
The Magician 2023-11-27 18:17:39 +00:00
commit d6e3da01f2
1 changed files with 20 additions and 0 deletions

20
package.json Normal file
View File

@ -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"
}