{ "name": "@bandada/api-sdk", "version": "2.2.6", "description": "A Typescript SDK for the Bandada API.", "license": "MIT", "main": "dist/index.node.js", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.node.js" }, "types": "dist/types/index.d.ts", "files": [ "dist/", "src/", "LICENSE", "README.md" ], "repository": "https://github.com/bandada-infra/bandada", "homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk", "bugs": { "url": "https://github.com/bandada-infra/bandada.git/issues" }, "scripts": { "build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript", "build": "rimraf dist && rollup -c rollup.config.ts --configPlugin typescript", "prepublishOnly": "yarn build" }, "publishConfig": { "access": "public" }, "dependencies": { "@bandada/utils": "2.2.6" }, "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "rimraf": "^4.1.2", "rollup": "^3.17.2", "rollup-plugin-cleanup": "^3.2.1", "typescript": "^4.9.5" } }