datasquirel/package.json

38 lines
874 B
JSON
Raw Normal View History

2023-05-03 06:16:29 +00:00
{
2023-05-03 06:25:12 +00:00
"name": "datasquirel",
2024-10-24 07:08:22 +00:00
"version": "2.3.4",
2023-05-03 06:25:12 +00:00
"description": "Cloud-based SQL data management tool",
"main": "index.js",
2023-08-12 13:36:18 +00:00
"bin": {
2023-08-12 16:00:11 +00:00
"dsql-watch": "./engine/dsql.js",
"dsql-dump": "./engine/dump.js"
2023-08-12 13:36:18 +00:00
},
2023-05-03 06:25:12 +00:00
"repository": {
"type": "git",
2024-10-14 12:44:31 +00:00
"url": "git+https://github.com/BenjaminToby/dsql.git"
2023-05-03 06:25:12 +00:00
},
"keywords": [
"SQL",
"Cloud",
"Storage",
"API",
"Data",
"Storage"
],
"author": "Benjamin Toby",
"license": "ISC",
"bugs": {
2024-10-14 12:44:31 +00:00
"url": "https://github.com/BenjaminToby/dsql/issues"
2023-05-03 06:25:12 +00:00
},
2023-08-12 13:36:18 +00:00
"homepage": "https://datasquirel.com/",
"dependencies": {
"dotenv": "^16.3.1",
2024-07-13 06:23:46 +00:00
"mysql": "^2.18.1",
"nodemailer": "^6.9.14"
2023-08-13 13:56:56 +00:00
},
"devDependencies": {
2024-10-14 06:49:01 +00:00
"@types/mysql": "^2.15.21",
"@types/node": "^22.7.5"
2023-08-12 13:36:18 +00:00
}
2023-05-03 06:16:29 +00:00
}