2021-10-23 10:53:22 +02:00
|
|
|
{
|
|
|
|
"name": "wam",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "What a mess?\r Ensure simple mysql database structures.",
|
|
|
|
"main": "db.js",
|
2022-09-06 14:00:24 +02:00
|
|
|
"type": "module",
|
2021-10-23 10:53:22 +02:00
|
|
|
"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": {
|
2022-09-06 14:00:24 +02:00
|
|
|
"mysql2": "^2.3.3"
|
2021-10-23 10:53:22 +02:00
|
|
|
}
|
|
|
|
}
|