turbodepot-node
Version:
General purpose multi storage library (ORM, Logs, Users, Files, Objects)
35 lines (34 loc) • 959 B
JSON
{
"name": "turbodepot-node",
"version": "10.0.0",
"description": "General purpose multi storage library (ORM, Logs, Users, Files, Objects)",
"scripts": {
"test": "node node_modules/jasmine/bin/jasmine --config=src/test/js/jasmine.json",
"test-debug": "node --inspect-brk node_modules/jasmine/bin/jasmine --config=src/test/js/jasmine.json"
},
"repository": {
"type": "git",
"url": "https://github.com/edertone/TurboDepot"
},
"dependencies": {
"showdown": "^1.9.1",
"turbocommons-ts": "^3.11.0"
},
"devDependencies": {
"jasmine": "^5.1.0",
"selenium-webdriver": "^4.22.0",
"xhr2": "^0.2.1"
},
"keywords": [
"general",
"purpose",
"orm"
],
"author": "edertone",
"license": "Apache-2.0",
"preferGlobal": true,
"bugs": {
"url": "https://github.com/edertone/TurboDepot/issues"
},
"homepage": "https://turboframework.org/en/libs/turbodepot"
}