-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
39 lines (39 loc) · 908 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
{
"name": "vue-paystack",
"version": "3.0.0",
"description": "Vue Paystack Component for Vue 3.x.",
"main": "dist/paystack.umd.min.js",
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix lib",
"lint:fix": "eslint lib --ext=js,vue --fix || exit 0",
"build": "vite build --config vite.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamraphson/vue-paystack.git"
},
"files": [
"dist"
],
"keywords": [
"PayStack",
"Vue",
"Vuejs",
"Vue 2",
"Vue 3",
"Payment Gateway"
],
"author": "Ayeni Olusegun",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamraphson/vue-paystack/issues"
},
"homepage": "",
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.18.0",
"vite": "^2.5.10",
"vue": "^3.2.13"
}
}