@bearer/js
Version:
A JavaScript library for working with Bearer integrations
50 lines (49 loc) • 1.52 kB
JSON
{
"name": "@bearer/js",
"version": "0.111.0",
"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",
"homepage": "https://github.com/Bearer/bearer/packages/js#readme",
"author": "Bearer Team<engineering@bearer.sh>",
"license": "MIT",
"private": false,
"files": [
"lib/"
],
"dependencies": {
"@bearer/logger": "^0.111.0",
"debounce": "^1.2.0",
"post-robot": "^8.0.26"
},
"devDependencies": {
"@bearer/tsconfig": "^0.111.0",
"@types/debounce": "^1.2.0",
"@types/jest": "^24.0.11",
"@types/lodash.get": "^4.4.6",
"@types/lodash.merge": "^4.6.6",
"jest": "^24.7.1",
"jest-fetch-mock": "^2.1.1",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-filesize": "^6.0.1",
"rollup-plugin-node-resolve": "^4.0.1",
"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": "60daf46e8781c3d6ca49def23fa862ef1a2ef232"
}