UNPKG

@e-techsolutions/e-baas-sdk

Version:

Official E-BaaS TypeScript SDK - Backend as a Service client library

100 lines (99 loc) 2.63 kB
{ "name": "@e-techsolutions/e-baas-sdk", "version": "1.1.8", "type": "module", "description": "Official E-BaaS TypeScript SDK - Backend as a Service client library", "main": "dist/index.cjs", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "react-native": "./dist/index.esm.js", "browser": "./dist/index.esm.js", "node": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs" }, "import": "./dist/index.esm.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "dev": "tsup --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "typecheck": "tsc --noEmit", "prepare": "npm run build", "prebuild": "rm -rf dist", "obfuscate": "node obfuscate.cjs", "postbuild": "npm run obfuscate", "commit": "git add . && git-cz && git push" }, "keywords": [ "e-baas", "supabase", "baas", "backend-as-a-service", "sdk", "database", "auth", "storage", "realtime", "typescript" ], "author": "lucca-rodrigues - contato.luccarodrigues@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "https://apiservices.app.br/ebaas" }, "homepage": "https://apiservices.app.br/ebaas", "dependencies": { "axios": "^1.6.8", "tslib": "^2.8.1" }, "peerDependencies": { "typescript": ">=4.5.0", "socket.io-client": "^4.8.1" }, "peerDependenciesMeta": { "socket.io-client": { "optional": true } }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint": "^8.57.0", "fs-extra": "^11.3.0", "git-cz": "^4.9.0", "glob": "^10.4.5", "javascript-obfuscator": "^4.1.1", "jest": "^29.7.0", "rollup": "^4.12.0", "rollup-plugin-dts": "^6.1.0", "terser": "^5.43.1", "ts-jest": "^29.1.2", "tsup": "^8.0.2", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" } }