UNPKG

box-typescript-sdk-gen

Version:
65 lines (64 loc) 1.51 kB
{ "name": "box-typescript-sdk-gen", "author": "Box <oss@box.com>", "version": "1.16.0", "description": "Official Box TypeScript Generated SDK", "keywords": [ "box", "sdk", "api", "rest", "boxsdk" ], "engines": { "node": ">=16.0.0" }, "main": "./lib/index.js", "types": "./lib/index.d.ts", "browser": { "./src/internal/utilsNode.ts": "./src/internal/utilsBrowser.ts", "./lib/internal/utilsNode.js": "./lib/internal/utilsBrowser.js" }, "scripts": { "build": "tsc", "postbuild": "rollup -c", "start": "echo \"Error: no start specified\" && exit 1", "test": "jest" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/box/box-typescript-sdk-gen.git" }, "dependencies": { "buffer": "^6.0.3", "form-data": "^4.0.0", "hash-wasm": "^4.12.0", "jose": "^5.2.2", "node-fetch": "^2.6.3", "proxy-agent": "^6.4.0", "tslib": "^2.6.2", "uuid": "^9.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@types/jest": "^29.5.1", "@types/node": "*", "@types/node-fetch": "2.6.3", "@types/uuid": "^9.0.1", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-loader": "^9.5.2", "typescript": "^5.7.3", "rollup": "^4.4.0" }, "files": [ "lib", "src", "README.md", "LICENSE" ] }