Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 authored May 7, 2024
1 parent f201d58 commit 9b9927a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@
"version": "1.0.0",
"author": "z1g Project",
"type": "module",
"main": "lib/index.cjs",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/z1g-project/injectify.git"
},
"scripts": {
"build": "tsx build.ts",
"publish": ""
},
"dependencies": {
"tsx": "^4.9.3"
},
"devDependencies": {
"esbuild": "^0.21.0"
"esbuild": "^0.21.0",
"prettier": "^2.8.0",
"rimraf": "^5.0.1",
"tsx": "^4.9.3"
}
}

0 comments on commit 9b9927a

Please sign in to comment.