37 lines
848 B
JSON
37 lines
848 B
JSON
{
|
|
"name": "datasquirel",
|
|
"version": "1.7.5",
|
|
"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",
|
|
"google-auth-library": "^9.0.0",
|
|
"mysql": "^2.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mysql": "^2.15.21"
|
|
}
|
|
}
|