UNPKG

2.62 kBJSONView Raw
1{
2 "name": "lynx-framework",
3 "version": "1.0.0-rc3",
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 "tabWidth": 4
33 },
34 "homepage": "https://github.com/jellyfishsolutions/lynx#readme",
35 "dependencies": {
36 "@types/bcrypt": "^3.0.0",
37 "@types/body-parser": "^1.17.0",
38 "@types/connect-redis": "0.0.8",
39 "@types/cors": "^2.8.4",
40 "@types/express-session": "^1.15.6",
41 "@types/fs-extra": "^5.0.2",
42 "@types/graphql": "^0.13.2",
43 "@types/joi": "^14.3.2",
44 "@types/jsonwebtoken": "^8.3.0",
45 "@types/multer": "^1.3.7",
46 "@types/nodemailer": "^4.6.0",
47 "@types/nunjucks": "3.1.1",
48 "@types/pluralize": "0.0.29",
49 "@types/sharp": "^0.21.2",
50 "@types/uuid": "^3.4.3",
51 "axios": "^0.18.0",
52 "bcrypt": "^3.0.0",
53 "body-parser": "^1.18.2",
54 "colors": "^1.2.3",
55 "connect-redis": "^3.3.2",
56 "cors": "^2.8.4",
57 "express": "^4.16.3",
58 "express-flash": "0.0.2",
59 "express-session": "^1.15.6",
60 "fs-extra": "^7.0.1",
61 "graphql": "^0.13.2",
62 "graphql-fields": "^1.0.2",
63 "graphql-tools": "^3.0.1",
64 "jimp": "^0.6.0",
65 "joi": "^14.3.1",
66 "jsonwebtoken": "^8.2.1",
67 "moment": "^2.22.1",
68 "multer": "^1.3.0",
69 "mysql": "^2.15.0",
70 "nodemailer": "^5.1.1",
71 "nunjucks": "^3.1.7",
72 "password-generator": "^2.2.0",
73 "pluralize": "^7.0.0",
74 "reflect-metadata": "^0.1.12",
75 "typeorm": "^0.2.14",
76 "uuid": "^3.3.2",
77 "winston": "^3.0.0-rc5"
78 },
79 "devDependencies": {
80 "del": "^3.0.0",
81 "gulp": "^4.0.0",
82 "gulp-typescript": "^5.0.0",
83 "merge2": "^1.2.2",
84 "typescript": "^3.3.3333"
85 }
86}