Skip to content

Commit

Permalink
feat: add libxmljs to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krdlab committed Sep 4, 2024
1 parent 9abbddc commit 47f8be1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "direct-js",
"version": "2.3.0",
"version": "2.4.0",
"description": "Low-level javascript library for direct",
"author": "L is B corp.",
"license": "MIT",
"homepage": "https://github.com/lisb/direct-js",
"main": "./lib/direct-node.min.js",
"engines": {
"node": ">=14",
"npm": ">=7"
"node": ">=18",
"npm": ">=10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -25,10 +25,11 @@
"url": "https://github.com/lisb/direct-js/issues"
},
"dependencies": {
"websocket": "^1.0.28",
"tunnel-agent": "^0.6.0",
"libxmljs": "^1.0.11",
"node-localstorage": "^1.3.1",
"read": "^1.0.7",
"tunnel-agent": "^0.6.0",
"unorm": "^1.4.1",
"node-localstorage": "^1.3.1"
"websocket": "^1.0.28"
}
}

0 comments on commit 47f8be1

Please sign in to comment.