UNPKG

roson

Version:

A Database and BackEnd Package For NekroJS Framework.

37 lines 1.11 kB
{ "name": "roson", "version": "9.4.3", "description": "A Database and BackEnd Package For NekroJS Framework.", "homepage": "", "repository": { "url": "https://github.com/NekroJS/Roson.git", "type": "git" }, "bugs": { "email": "epsseniyer@gmail.com", "url": "https://github.com/NekroJS/Roson/issues" }, "main": "./src/index.js", "scripts": { "start": "node ./src/index.js", "test": "npm i && npm audit fix && echo Ready To Test. && npm start", "poststart": "echo Started..." }, "keywords": ["Database", "NekroJS", "BackEnd", "System"], "author": "Lillayly", "license": "Apache-2.0", "dependencies": { "better-sqlite3": "^7.6.2", "body-parser": "^1.20.0", "commander": "^9.4.0", "express": "^4.18.1", "gulp": "^3.9.1", "http-graceful-shutdown": "^3.1.8", "lodash": "^4.17.21", "moment": "^2.29.4", "path": "^0.12.7", "quick.db": "^9.0.6", "systeminformation": "^5.12.6", "yargs": "^17.5.1" } }