lynx-framework
Version:
lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.
91 lines • 2.77 kB
JSON
{
"name": "lynx-framework",
"version": "1.1.31",
"description": "lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.",
"repository": {
"type": "git",
"url": "https://github.com/jellyfishsolutions/lynx.git"
},
"keywords": [
"decorators",
"annotations",
"enterprise",
"web",
"framework",
"async",
"await"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"postinstall": "mv dist/* ."
},
"author": "Luca Roverelli <luca.roverelli@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jellyfishsolutions/lynx/issues"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
},
"homepage": "https://github.com/jellyfishsolutions/lynx#readme",
"dependencies": {
"joi": "^17.1.1",
"@types/bcrypt": "^3.0.0",
"@types/body-parser": "^1.19.0",
"@types/connect-redis": "0.0.14",
"@types/cors": "^2.8.9",
"@types/express-session": "^1.17.3",
"@types/fs-extra": "^9.0.6",
"@types/hapi__joi": "^17.1.1",
"@types/jsonwebtoken": "^8.5.0",
"@types/mime-types": "^2.1.0",
"@types/multer": "1.3.10",
"@types/nodemailer": "^6.4.0",
"@types/nunjucks": "3.1.3",
"@types/pluralize": "0.0.29",
"@types/uuid": "^8.3.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"connect-redis": "^5.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"fs-extra": "^9.0.1",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"mime-type": "^4.0.0",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^6.4.17",
"nunjucks": "^3.2.2",
"password-generator": "^2.3.2",
"pluralize": "^8.0.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.23",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-jsdoc3": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-sourcemaps": "^3.0.0",
"merge2": "^1.4.1",
"path": "^0.12.7",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.1.1",
"typescript": "^4.1.3"
}
}