Skip to content

Commit

Permalink
Restore package.json
Browse files Browse the repository at this point in the history
Signed-off-by: deeshantk <[email protected]>
  • Loading branch information
deeshantk committed Dec 4, 2024
1 parent 5ceb867 commit 284ca60
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"dependencies": {
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.7",
"@iarna/toml": "2.2.5",
"@npmcli/arborist": "8.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
Expand All @@ -96,7 +95,8 @@
"uuid": "^11.0.2",
"validate-iri": "^1.0.1",
"xml-js": "^1.6.11",
"yargs": "^17.7.2"
"yargs": "^17.7.2",
"@iarna/toml": "2.2.5"
},
"optionalDependencies": {
"@appthreat/atom": "2.0.25",
Expand All @@ -116,13 +116,7 @@
"sequelize": "^6.37.4",
"sqlite3": "^5.1.7"
},
"files": [
"*.js",
"lib/**",
"bin/",
"data/",
"types/"
],
"files": ["*.js", "lib/**", "bin/", "data/", "types/"],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"jest": "^29.7.0",
Expand Down

0 comments on commit 284ca60

Please sign in to comment.