direct-js
Version:
Low-level javascript library for direct
36 lines (35 loc) • 780 B
JSON
{
"name": "direct-js",
"version": "3.2.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": ">=18",
"npm": ">=10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lisb/direct-js.git"
},
"keywords": [
"lisb",
"direct"
],
"bugs": {
"url": "https://github.com/lisb/direct-js/issues"
},
"dependencies": {
"libxmljs": "^1.0.11",
"node-localstorage": "^1.3.1",
"read": "^1.0.7",
"tunnel-agent": "^0.6.0",
"unorm": "^1.4.1",
"websocket": "^1.0.28"
}
}