Skip to content

Commit

Permalink
Fill package.json with info
Browse files Browse the repository at this point in the history
  • Loading branch information
szeweq committed May 2, 2023
1 parent 8597258 commit 639a8d4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"name": "@szeweq/crates-data",
"version": "1.0.0",
"description": "",
"description": "A collection of crate opening data.",
"main": "crates/index.json",
"scripts": {
"test": "node validate.mjs"
},
"keywords": [],
"keywords": ["crates", "opening", "cases"],
"author": "Szeweq",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/szeweq/crates-data.git"
},
"bugs": {
"url": "https://github.com/szeweq/crates-data/issues"
},
"devDependencies": {
"zod": "^3.21.4"
}
Expand Down

0 comments on commit 639a8d4

Please sign in to comment.