awSQL/package.json
2025-04-13 14:27:54 +02:00

26 lines
519 B
JSON

{
"name": "awsql",
"version": "1.0.0",
"description": "[Documentation](https://docs.pwcca.eu/awSQL)",
"repository": {
"type": "git",
"url": "https://Sam@git.pwcca.eu/Sam/awSQL.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^16.4.7",
"mysql": "^2.18.1"
},
"devDependencies": {}
}