UNPKG

nexi

Version:
66 lines (65 loc) 1.51 kB
{ "name": "nexi", "version": "3.0.1", "description": "Nodejs rails-ish port", "main": "index.js", "scripts": { "test": "jest" }, "bin": { "nexi-cli": "bin/cli", "nexi-migrate": "bin/migrate", "nexi": "bin/entrypoint" }, "repository": { "type": "git", "url": "git+https://github.com/tswayne/nexi.git" }, "keywords": [ "rails", "ruby on rails", "framework" ], "engines": { "node": ">=16.0.0" }, "homepage": "https://github.com/tswayne/nexi#readme", "bugs": { "url": "https://github.com/tswayne/nexi/issues" }, "dependencies": { "body-parser": "2.0.2", "class-bindall": "^1.0.0", "compression": "^1.7.5", "connect-redis": "^7.1.1", "deepmerge": "^4.3.1", "express": "^5.1.0", "express-handlebars": "^8.0.3", "express-session": "^1.18.2", "helmet": "^8.1.0", "http-errors": "^2.0.0", "http-status": "^2.0.0", "knex": "^3.1.0", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "response-time": "^2.3.4", "uuid": "^11.0.3" }, "devDependencies": { "jest": "^29.7.0", "redis": "^4.7.0", "sinon": "^19.0.2", "supertest": "^7.0.0" }, "files": [ "src/", "bin/", "index.js", "README.md", "CHANGELOG.md", "LICENSE" ], "author": "tswayne", "license": "ISC", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }