-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "src",
"version": "1.0.0",
"description": "- Nodejs Fastify - MySQL/Postgres Sequelize - Mongodb mongoose - Redis - Bee queue - Jaeger tracer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd src; nodemon --exec babel-node -r dotenv/config index.js",
"build": "babel ./src --config-file ./.babelrc --out-dir build; cp ./src/.env ./build/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quydox/fastify-sequelize-basic.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quydox/fastify-sequelize-basic/issues"
},
"homepage": "https://github.com/quydox/fastify-sequelize-basic#readme",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.7.7",
"@smpx/babel-changed": "^0.5.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"nodemon": "^1.19.4"
},
"dependencies": {
"@babel/compat-data": "^7.10.1",
"async-redis": "^1.1.7",
"babel-plugin-module-resolver": "^4.1.0",
"bee-queue": "^1.3.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"fastify": "^3.15.1",
"fastify-compress": "^3.4.2",
"fastify-express": "^0.3.2",
"fastify-formbody": "^5.0.0",
"fastify-helmet": "^5.3.1",
"fastify-multipart": "^4.0.5",
"fastify-plugin": "^3.0.0",
"fastify-rate-limit": "^5.5.0",
"sequelize": "^6.6.2"
}
}