UNPKG

2.77 kBJSONView Raw
1{
2 "name": "lynx-framework",
3 "version": "1.1.18",
4 "description": "lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/jellyfishsolutions/lynx.git"
8 },
9 "keywords": [
10 "decorators",
11 "annotations",
12 "enterprise",
13 "web",
14 "framework",
15 "async",
16 "await"
17 ],
18 "main": "dist/index.js",
19 "types": "dist/index.d.ts",
20 "scripts": {
21 "build": "gulp build",
22 "test": "echo \"Error: no test specified\" && exit 1",
23 "prepublishOnly": "npm run build",
24 "postinstall": "mv dist/* ."
25 },
26 "author": "Luca Roverelli <luca.roverelli@gmail.com>",
27 "license": "Apache-2.0",
28 "bugs": {
29 "url": "https://github.com/jellyfishsolutions/lynx/issues"
30 },
31 "prettier": {
32 "trailingComma": "es5",
33 "tabWidth": 4,
34 "semi": true,
35 "singleQuote": true
36 },
37 "homepage": "https://github.com/jellyfishsolutions/lynx#readme",
38 "dependencies": {
39 "joi": "^17.1.1",
40 "@types/bcrypt": "^3.0.0",
41 "@types/body-parser": "^1.19.0",
42 "@types/connect-redis": "0.0.14",
43 "@types/cors": "^2.8.9",
44 "@types/express-session": "^1.17.3",
45 "@types/fs-extra": "^9.0.6",
46 "@types/hapi__joi": "^17.1.1",
47 "@types/jsonwebtoken": "^8.5.0",
48 "@types/mime-types": "^2.1.0",
49 "@types/multer": "1.3.10",
50 "@types/nodemailer": "^6.4.0",
51 "@types/nunjucks": "3.1.3",
52 "@types/pluralize": "0.0.29",
53 "@types/uuid": "^8.3.0",
54 "axios": "^0.21.1",
55 "bcrypt": "^5.0.0",
56 "body-parser": "^1.19.0",
57 "colors": "^1.4.0",
58 "connect-redis": "^5.0.0",
59 "cors": "^2.8.5",
60 "express": "^4.17.1",
61 "express-flash": "0.0.2",
62 "express-session": "^1.17.1",
63 "fs-extra": "^9.0.1",
64 "jimp": "^0.16.1",
65 "jsonwebtoken": "^8.5.1",
66 "mime-type": "^4.0.0",
67 "moment": "^2.29.1",
68 "multer": "^1.4.2",
69 "mysql": "^2.18.1",
70 "nodemailer": "^6.4.17",
71 "nunjucks": "^3.2.2",
72 "password-generator": "^2.3.2",
73 "pluralize": "^8.0.0",
74 "reflect-metadata": "^0.1.13",
75 "typeorm": "^0.2.23",
76 "uuid": "^8.3.2",
77 "winston": "^3.3.3"
78 },
79 "devDependencies": {
80 "del": "^6.0.0",
81 "gulp": "^4.0.2",
82 "gulp-jsdoc3": "^3.0.0",
83 "gulp-typescript": "^5.0.1",
84 "gulp-sourcemaps": "^3.0.0",
85 "merge2": "^1.4.1",
86 "path": "^0.12.7",
87 "typedoc": "^0.19.2",
88 "typedoc-plugin-markdown": "^3.1.1",
89 "typescript": "^4.1.3"
90 }
91}
\No newline at end of file