-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 899 Bytes
/
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
{
"name": "fastify-sequelizejs",
"version": "1.6.0",
"description": "Sequelize adapter for Fastify",
"main": "lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/arefm/fastify-sequelizejs.git"
},
"keywords": [
"fastify",
"squelize",
"sequelizejs",
"nodejs",
"node",
"database",
"db",
"orm",
"sql",
"postgres",
"mysql",
"sqlite"
],
"author": "Aref Mirhosseini <code@arefm.me> (http://arefm.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arefm/fastify-sequelizejs/issues"
},
"homepage": "https://github.com/arefm/fastify-sequelize#jsreadme",
"dependencies": {
"fastify-plugin": "^0.1.1",
"pg": "^6.4.2",
"sequelize": "^4.23.2"
},
"devDependencies": {
"debug": "^3.1.0"
}
}