datasquirel/package.json
2023-08-12 14:47:43 +01:00

35 lines
785 B
JSON

{
"name": "datasquirel",
"version": "1.5.1",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"bin": {
"dsql-watch": "./engine/dsql.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}