Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Oct 28, 2024
1 parent 0c9ad62 commit 93266f0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
dist
4 changes: 1 addition & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"version": "0.0.1",
"description": "Integration with the PwnFox browser extension",
"author": {
"name": "SyzikSecu",
"email": "[email protected]",
"url": "https://x.com/SyzikSecu"
"name": "SyzikSecu"
},
"plugins": [
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "no-frontend",
"name": "pwnfox",
"version": "0.0.1",
"description": "Plugin package template with no frontend",
"description": "Integration with the PwnFox browser extension",
"author": "Caido Labs Inc. <[email protected]>",
"license": "CC0-1.0",
"license": "MIT",
"type": "module",
"scripts": {
"typecheck": "pnpm -r typecheck",
"build": "node scripts/clean.js && pnpm -r build && node scripts/pack.js"
},
"devDependencies": {
"@caido/plugin-manifest": "0.1.3",
"@caido/plugin-manifest": "0.2.0",
"jszip": "3.10.1",
"typescript": "5.5.4",
"vite": "5.2.7"
Expand Down
10 changes: 5 additions & 5 deletions packages/workflow/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"description": "pwnfox",
"id": "ccb99345-5d22-49f9-9e33-ed2bd4eea82b",
"kind": "passive",
"name": "Pwnfox",
"description": "Integration with the PwnFox browser extension",
"edition": 2,
"graph": {
"edges": [
Expand Down Expand Up @@ -900,8 +903,5 @@
"version": "0.1.0"
}
]
},
"id": "ccb99345-5d22-49f9-9e33-ed2bd4eea82b",
"kind": "passive",
"name": "pwnfox"
}
}
7 changes: 7 additions & 0 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "workflow",
"version": "0.0.0",
"scripts": {
"build": "mkdir -p ../../dist/workflow/ && cp ./definition.json ../../dist/workflow/definition.json"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93266f0

Please sign in to comment.