UNPKG

@squarecloud/api

Version:
65 lines 1.49 kB
{ "name": "@squarecloud/api", "version": "3.7.9", "description": "A NodeJS wrapper for Square Cloud API", "exports": { ".": { "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "require": { "types": "./lib/index.d.cts", "default": "./lib/index.cjs" }, "default": "./lib/index.js" } }, "type": "module", "engines": { "node": ">=18.0.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@changesets/cli": "^2.29.4", "@squarecloud/api-types": "^0.5.0", "@types/node": "^22.15.29", "ts-node": "^10.9.2", "ts-node-dev": "^2.0.0", "tsc-alias": "^1.8.16", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "keywords": [ "wrapper", "square", "squarecloud", "api", "typescript", "app", "bot", "website", "host" ], "author": { "name": "joaotonaco", "url": "https://github.com/joaotonaco" }, "repository": { "type": "git", "url": "git+https://github.com/squarecloudofc/sdk-api-js.git" }, "bugs": { "url": "https://github.com/squarecloudofc/sdk-api-js/issues" }, "homepage": "https://docs.squarecloud.app/sdks/js/client", "license": "MIT", "scripts": { "release": "pnpm build && changeset publish", "build": "tsup ./src", "check-types": "tsc --noEmit", "lint": "biome check --write .", "lint:ci": "biome check .", "test": "node --test test/*.test.js" } }