memory-tools-client
Version:
Memory-Tools client Nodejs library.
35 lines (34 loc) • 830 B
JSON
{
"name": "memory-tools-client",
"version": "1.0.18",
"description": "Memory-Tools client Nodejs library.",
"main": "memory-tools-client.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adoboscan21/Memory-Tools-Client-Node.git"
},
"types": "memory-tools-client.d.ts",
"keywords": [
"memory-tools",
"database",
"client",
"nodejs",
"tls"
],
"author": "",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/adoboscan21/Memory-Tools-Client-Node/issues"
},
"homepage": "https://github.com/adoboscan21/Memory-Tools-Client-Node#readme",
"devDependencies": {
"@types/node": "^24.1.0"
},
"dependencies": {
"typescript": "^5.8.3"
}
}