datasquirel/package.json
2024-10-14 07:49:01 +01:00

38 lines
874 B
JSON

{
"name": "datasquirel",
"version": "2.0.0",
"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",
"nodemailer": "^6.9.14"
},
"devDependencies": {
"@types/mysql": "^2.15.21",
"@types/node": "^22.7.5"
}
}