{ "name": "@moduletrace/datasquirel", "version": "2.5.4", "description": "Cloud-based SQL data management tool", "main": "index.js", "bin": { "dsql-watch": "./engine/dsql.js", "dsql-dump": "./engine/dump.js" }, "scripts": { "compile": "tsc --declaration --allowJs --emitDeclarationOnly --resolveJsonModule index.js", "compile:full": "rm -rf dist && tsc --declaration --allowJs --outDir dist --emitDeclarationOnly --resolveJsonModule index.js && cat ./dist/index.d.ts > ./index.d.ts" }, "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/react": "^18.3.12", "@types/tinymce": "^4.6.9", "dotenv": "^16.3.1", "generate-password": "^1.7.1", "lodash": "^4.17.21", "mysql": "^2.18.1", "nodemailer": "^6.9.14", "sanitize-html": "^2.13.1", "serverless-mysql": "^1.5.5" }, "devDependencies": { "@types/lodash": "^4.17.13", "@types/mysql": "^2.15.21", "@types/node": "^22.7.5" } }