-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 968 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
{
"name": "sd-0x-mysql-all-for-one",
"version": "1.0.0",
"description": "Project for Block 8",
"main": "index.js",
"scripts": {
"test": "jest --runInBand --verbose --forceExit",
"posttest": "node restore.js",
"test:watch": "jest --watchAll",
"posttest:watch": "node restore.js"
},
"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": {
"eslint-config-trybe-backend": "^1.0.4",
"mysql2": "^2.1.0",
"sequelize": "^6.2.0"
}
}