-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "nuxt-chargebee",
"version": "2.0.7",
"description": "Chargebee module for Nuxt.js that allows to checkout and open the self-service portal inside a Nuxt.js app.",
"keywords": [
"payment",
"pay",
"bill",
"billing",
"subscribe",
"subscription",
"merchant"
],
"repository": "dword-design/nuxt-chargebee",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <[email protected]>",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test"
},
"dependencies": {
"nuxt-push-plugins": "^2.0.0"
},
"devDependencies": {
"@dword-design/base": "^8.0.0"
},
"engines": {
"node": ">=12"
},
"publishConfig": {
"access": "public"
}
}