23 lines
450 B
JSON
23 lines
450 B
JSON
|
{
|
||
|
"name": "wiz",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"start":"node index.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://gitlab.thee.moe/theenoro/wiz.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"ftp-srv": "^3.0.5",
|
||
|
"mysql2": "^1.6.5",
|
||
|
"sequelize": "^4.42.0",
|
||
|
"sqlite3": "^4.0.6"
|
||
|
}
|
||
|
}
|