UNPKG

quickbase

Version:

A lightweight, typed, promise-based Quickbase API, autogenerated from the OpenAPI spec

59 lines (58 loc) 1.72 kB
{ "name": "quickbase", "version": "6.0.0", "description": "A lightweight, typed, promise-based Quickbase API, autogenerated from the OpenAPI spec", "keywords": [ "QuickBase", "quickbase", "Quick Base", "quick base", "qb", "api" ], "homepage": "https://github.com/tflanagan/node-quickbase", "bugs": { "url": "https://github.com/tflanagan/node-quickbase/issues", "email": "contact@tristianflanagan.com" }, "license": "Apache-2.0", "author": { "name": "Tristian Flanagan", "url": "https://github.com/tflanagan", "email": "contact@tristianflanagan.com" }, "maintainers": [], "contributors": [], "main": "./dist/quickbase.js", "types": "./dist/quickbase.d.ts", "repository": { "type": "git", "url": "git://github.com/tflanagan/node-quickbase.git" }, "scripts": { "build": "ts-node ./src/code-generation/build.ts", "cleanup": "rm -rf ./dist/quickbase* && rm -rf ./dist/tests", "compile": "npm run cleanup && npm run generate && npm run build && npm run test && npm run docs", "docs": "mv ./docs/_config.yml ./ && npx typedoc src/quickbase.ts && mv ./_config.yml ./docs/", "generate": "ts-node ./src/code-generation/generate.ts", "test": "npx ava" }, "dependencies": { "axios": "^1.6.8", "debug": "^4.3.4", "deepmerge": "^4.3.1", "generic-throttle": "^3.1.0" }, "devDependencies": { "@ava/typescript": "^3.0.1", "@types/debug": "^4.1.12", "@types/node": "^20.12.7", "ava": "^4.3.3", "dotenv": "^16.4.5", "esbuild": "^0.21.1", "ts-node": "^10.9.2", "typedoc": "^0.25.13", "typescript": "^5.4.5" }, "git": "git://github.com/tflanagan/node-quickbase.git" }