Skip to content

Commit

Permalink
Merge pull request #11 from vitalygashkov/next
Browse files Browse the repository at this point in the history
Added "main" field to package.json, `solid.js` moved to dev deps
  • Loading branch information
vitalygashkov authored Dec 7, 2024
2 parents 896d1a2 + 69f73cc commit 304d6f6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
18 changes: 12 additions & 6 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "azot",
"version": "0.6.1",
"version": "0.6.2",
"description": "Research & pentesting toolkit for Google's Widevine DRM",
"type": "module",
"files": [
"dist",
"scripts"
],
"main": "dist/lib.cjs",
"module": "dist/lib.js",
"bin": {
"azot": "dist/cli.js"
},
Expand Down Expand Up @@ -70,14 +72,12 @@
"node": "20 || 21 || 22 || 23"
},
"dependencies": {
"@solidjs/router": "^0.14.10",
"jsrsasign": "^11.1.0",
"protobufjs": "^7.4.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.1"
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@solidjs/router": "^0.14.10",
"@types/jsrsasign": "^10.5.14",
"@types/node": "^22.7.5",
"@wxt-dev/module-solid": "^1.1.2",
Expand All @@ -88,6 +88,8 @@
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"postcss": "^8.4.33",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.1",
"tsup": "^8.3.0",
Expand Down

0 comments on commit 304d6f6

Please sign in to comment.