wiz/package.json
Luca Jäntsch 0f365e8e01 0001
2019-02-12 16:25:14 +01:00

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"
}
}