Skip to content

Commit

Permalink
chore(schemas): Fix Package Metadata
Browse files Browse the repository at this point in the history
This was partially required by the attempt to publish with provenance
  • Loading branch information
FlorianWendelborn committed Apr 20, 2024
1 parent 0c6d135 commit 3852f92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"bugs": {
"url": "https://github.com/skyblock-finance/skyblock-finance-opensource/issues"
},
"dependencies": {
"zod": "^3.22.4"
},
Expand All @@ -25,6 +28,10 @@
"peerDependencies": {
"typescript": ">= 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyblock-finance/skyblock-finance-opensource"
},
"scripts": {
"build": "tsc --build",
"check:eslint": "bun run eslint --max-warnings=0 .",
Expand All @@ -37,6 +44,7 @@
"start": "bun scripts/check-all.ts",
"watch": "nodemon -e ts,json --watch source --watch scripts --exec \"bun run start\""
},
"sideEffects": false,
"type": "commonjs",
"types": "dist/index.d.ts",
"version": "0.0.1"
Expand Down

0 comments on commit 3852f92

Please sign in to comment.