UNPKG

irodb

Version:

a database system with tables and the possibility of using a server

34 lines 754 B
{ "name": "irodb", "version": "1.0.0", "description": "a database system with tables and the possibility of using a server", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/irodevv/irodb.git" }, "keywords": [ "database", "db", "easy", "host", "nosql", "nosqlite" ], "dependencies": { "cipherdata": "^1.0.1", "cors": "^2.8.5", "cross-fetch": "^4.0.0", "express": "^4.19.2", "fs": "^0.0.1-security" }, "author": "irodevv", "license": "ISC", "bugs": { "url": "https://github.com/irodevv/irodb/issues" }, "homepage": "https://github.com/irodevv/irodb#readme" }