-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 897 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
{
"name": "svelte-paystack",
"version": "0.1.0",
"svelte": "src/index.js",
"author": "Ikechukwu Eze <hello@ikeze.dev>",
"license": "MIT",
"homepage": "https://github.com/iykekings/svelte-paystack#readme",
"bugs": "https://github.com/iykekings/svelte-paystack/issues",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.0.0"
},
"dependencies": {
"sirv-cli": "^0.4.4"
},
"keywords": [
"paystack",
"svelte",
"payment",
"inline"
],
"repository": {
"type": "git",
"url": "https://github.com/iykekings/svelte-paystack.git"
}
}