mirror of
https://gitlab.com/jusax23/wam.git
synced 2024-11-22 14:46:35 +01:00
27 lines
572 B
JSON
27 lines
572 B
JSON
|
{
|
||
|
"name": "wam",
|
||
|
"version": "1.0.0",
|
||
|
"description": "What a mess?\r Ensure simple mysql database structures.",
|
||
|
"main": "db.js",
|
||
|
"type":"module",
|
||
|
"files": [
|
||
|
"db.js"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://gitlab.com/jusax23/wam.git"
|
||
|
},
|
||
|
"author": "jusax23",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://gitlab.com/jusax23/wam/issues"
|
||
|
},
|
||
|
"homepage": "https://gitlab.com/jusax23/wam#readme",
|
||
|
"dependencies": {
|
||
|
"mysql": "^2.18.1"
|
||
|
}
|
||
|
}
|