UNPKG

@bearer/js

Version:

A JavaScript library for working with Bearer integrations

58 lines (57 loc) 1.77 kB
{ "private": false, "name": "@bearer/js", "version": "1.13.10", "description": "A JavaScript library for working with Bearer integrations", "jsdelivr": "lib/bearer.production.min.js", "unpkg": "lib/bearer.production.min.js", "unpkgDev": "lib/bearer.development.min.js", "main": "lib/cjs/index.js", "types": "lib/cjs/index.d.ts", "module": "lib/es/index.js", "repository": "Bearer/bearer-js", "homepage": "https://github.com/Bearer/bearer-js/tree/master/packages/js#readme", "author": "Bearer Team<engineering@bearer.sh>", "license": "MIT", "files": [ "lib/" ], "dependencies": { "@bearer/logger": "^1.13.4", "axios": "^0.19.0", "debounce": "^1.2.0", "lodash.get": "^4.4.2", "lodash.merge": "^4.6.2", "post-robot": "^8.0.26" }, "devDependencies": { "@bearer/tsconfig": "^0.115.0", "@types/debounce": "^1.2.0", "@types/jest": "^24.0.11", "@types/lodash.get": "^4.4.6", "@types/lodash.merge": "^4.6.6", "@types/nock": "^10.0.3", "jest": "^24.7.1", "jest-fetch-mock": "^2.1.1", "nock": "^10.0.6", "rollup": "^1.22.0", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-filesize": "^6.0.1", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^5.1.2", "rollup-plugin-typescript2": "^0.19.3", "ts-jest": "^24.0.1", "typescript": "^3.4.1" }, "scripts": { "start": "yarn build -w", "build": "rollup -c", "clean": "rm -rf lib", "prepack": "yarn clean && NODE_ENV=production yarn build", "prepare": "yarn clean && yarn build", "test": "jest --colors --colors", "test:ci": "jest --coverage --colors" }, "gitHead": "dfa5e5e0cda03e8e99e65fb39e85eaaa0bb5b4cc" }