datasquirel/package.json
Benjamin Toby 0e95334ef7 Bugfix
2024-01-18 11:10:53 +01:00

36 lines
807 B
JSON

{
"name": "datasquirel",
"version": "1.9.8",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {
"dsql-watch": "./engine/dsql.js",
"dsql-dump": "./engine/dump.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenjaminToby/dsql.git"
},
"keywords": [
"SQL",
"Cloud",
"Storage",
"API",
"Data",
"Storage"
],
"author": "Benjamin Toby",
"license": "ISC",
"bugs": {
"url": "https://github.com/BenjaminToby/dsql/issues"
},
"homepage": "https://datasquirel.com/",
"dependencies": {
"dotenv": "^16.3.1",
"mysql": "^2.18.1"
},
"devDependencies": {
"@types/mysql": "^2.15.21"
}
}