nexi
Version:
Nodejs rails-ish port
67 lines (66 loc) • 1.42 kB
JSON
{
"name": "nexi",
"version": "1.8.4",
"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": "^1.20.1",
"class-bindall": "^1.0.0",
"compression": "^1.7.4",
"connect-redis": "^6.1.3",
"deepmerge": "^4.2.2",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"helmet": "^6.0.1",
"http-errors": "^2.0.0",
"http-status": "^1.5.3",
"knex": "^2.3.0",
"pino": "^8.11.0",
"pino-pretty": "^9.4.0",
"response-time": "^2.3.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"redis": "^4.5.1",
"sails-mysql": ">=2.0.0",
"sinon": "^15.0.1",
"supertest": "^6.3.3",
"waterline-standalone-core": "^1.2.0"
},
"files": [
"src/",
"bin/",
"index.js",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"author": "tswayne",
"license": "ISC"
}