UNPKG

chargebee-js

Version:

Javascript Client SDK to implement Chargebee on frontend.

45 lines (44 loc) 1.09 kB
{ "name": "chargebee-js", "version": "1.0.5", "description": "Javascript Client SDK to implement Chargebee on frontend.", "type": "module", "author": { "name": "Hiren F", "email": "hirenf14@gmail.com", "url": "https://github.com/hirenf14" }, "main": "./dist/cjs/index.js", "module": "./dist/es/index.js", "types": "./types/index.d.ts", "typeings": "./types/index.d.ts", "homepage": "https://github.com/hirenf14/chargebee-js#readme", "private": false, "keywords": [ "chargebee", "payments", "billing", "subscription", "frontend", "ui" ], "scripts": { "build": "rollup -c", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/hirenf14/chargebee-js.git" }, "bugs": { "url": "https://github.com/hirenf14/chargebee-js/issues" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.26.2", "@rollup/plugin-typescript": "^11.1.6", "rollup": "^4.9.6", "tslib": "^2.6.2", "typescript": "^5.2.2" } }