-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 1.21 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
45
{
"name": "lnbits-extensions",
"version": "1.0.0",
"description": "LNbits Extension Repository",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "./node_modules/prettier/bin/prettier.cjs --write src",
"build": "vite build; cp dist/index.html dist/404.html",
"start": "vite",
"serve": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lnbits/lnbits-extensions.git"
},
"keywords": [
"LNbits",
"Lightning",
"Bitcoin",
"Wallet",
"Bitcoin",
"Developer",
"Tools"
],
"author": "Alan Bits <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lnbits/lnbits-extensions/issues"
},
"homepage": "https://extensions.lnbits.com/",
"devDependencies": {
"prettier": "^3.3.2",
"sass": "^1.77.6",
"vite": "^5.3.1",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@solidjs/router": "^0.13.6",
"showdown": "^2.1.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.17"
}
}