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

Commit

Permalink
pushy
Browse files Browse the repository at this point in the history
  • Loading branch information
Notplayingallday383 committed Jun 23, 2024
1 parent 72974da commit 91ee467
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 583 deletions.
21 changes: 20 additions & 1 deletion examples/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
{
// TODO
"plugins": [
{
"name": "Item 1",
"description": "Description for Item 1",
"url": "https://example.com/item1",
"version": "1.0"
},
{
"name": "Item 2",
"description": "Description for Item 2",
"url": "https://example.com/item2",
"version": "2.0"
},
{
"name": "Item 3",
"description": "Description for Item 3",
"url": "https://example.com/item3",
"version": "3.0"
}
]
}
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "@z1g-project/injectify",
"description": "A improved version of Sodiums Plugin Injector ready to use in all your projects.",
"version": "0.5.8-prev",
"version": "0.5.9-prev",
"author": "z1g Project",
"type": "module",
"main": "lib/index.cjs",
"exports": {
".": "./lib/index.cjs",
"./blunder": "./src/index.ts"
},
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -15,10 +19,10 @@
"release": "npm run build && npm publish --access public"
},
"devDependencies": {
"esbuild": "^0.21.3",
"prettier": "^3.2.5",
"axios": "^1.7.2",
"esbuild": "^0.21.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"tsx": "^4.10.3"
"tsx": "^4.15.7"
}
}
Loading

0 comments on commit 91ee467

Please sign in to comment.