datasquirel/package.json
2025-01-10 20:10:28 +01:00

56 lines
1.6 KiB
JSON

{
"name": "@moduletrace/datasquirel",
"version": "3.4.0",
"description": "Cloud-based SQL data management tool",
"main": "dist/index.js",
"bin": {
"dsql-watch": "dist/engine/dsql.js",
"dsql-dump": "dist/engine/dump.js"
},
"scripts": {
"build": "bun build ./index.ts --outdir ./dist --target node --format esm",
"dev": "bun build ./index.ts --outdir ./dist --target node --format esm --watch"
},
"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": {
"@types/ace": "^0.0.52",
"@types/lodash": "^4.17.13",
"@types/mysql": "^2.15.21",
"@types/next": "^9.0.0",
"@types/node": "^22.7.5",
"@types/react": "^18.2.21",
"@types/react-dom": "^19.0.0",
"@types/tinymce": "^4.6.9",
"dotenv": "^16.3.1",
"generate-password": "^1.7.1",
"google-auth-library": "^9.15.0",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"nodemailer": "^6.9.14",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanitize-html": "^2.13.1",
"serverless-mysql": "^1.5.5"
},
"devDependencies": {
"@types/nodemailer": "^6.4.17"
}
}