-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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"
}
}