forked from DeboraPassos-neo/sd-010-a-mysql-one-for-all
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 812 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
{
"name": "sd-0x-mysql-one-for-all",
"version": "1.0.0",
"description": "Project MySQL One For All",
"main": "index.js",
"scripts": {
"test": "jest --runInBand",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-mysql-one-for-all.git"
},
"keywords": [
"javascript",
"tests",
"assert",
"jest"
],
"author": "Trybe",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-mysql-one-for-all/issues"
},
"homepage": "https://github.com/betrybe/sd-0x-mysql-one-for-all#readme",
"devDependencies": {
"acorn": "5.7.4",
"jest": "24.9.0",
"minimist": "1.2.2",
"mysql-import": "4.0.24"
},
"dependencies": {
"mysql2": "2.1.0",
"sequelize": "6.2.0"
}
}