@base44/sdk
Version:
JavaScript SDK for Base44 API
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "@base44/sdk",
"version": "0.8.4",
"description": "JavaScript SDK for Base44 API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"lint": "eslint src",
"test": "vitest run",
"test:unit": "vitest run tests/unit",
"test:e2e": "vitest run tests/e2e",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^1.6.2",
"socket.io-client": "^4.7.5",
"uuid": "^13.0.0"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^1.0.0",
"@vitest/coverage-v8": "^1.0.0",
"@vitest/ui": "^1.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.54.0",
"nock": "^13.4.0",
"typescript": "^5.3.2",
"vitest": "^1.0.0"
},
"keywords": [
"base44",
"api",
"sdk"
],
"author": "Base44",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/base44/sdk.git"
},
"bugs": {
"url": "https://github.com/base44/sdk/issues"
},
"homepage": "https://github.com/base44/sdk#readme",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}