-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 825 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-all-for-one",
"version": "1.0.0",
"description": "Project for Block 8",
"main": "index.js",
"scripts": {
"test": "jest --runInBand",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-mysql-all-for-one.git"
},
"keywords": [
"javascript",
"tests",
"assert",
"jest"
],
"author": "Jean Vasconcelos",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-mysql-all-for-one/issues"
},
"homepage": "https://github.com/betrybe/sd-0x-mysql-all-for-one#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"
}
}