forked from lnbits/lnbits-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "lnbits-extensions",
"version": "1.0.0",
"description": "LNbits Extension Repository",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "./node_modules/prettier/bin-prettier.js --write .",
"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 <alan@lnbits.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lnbits/lnbits-extensions/issues"
},
"homepage": "https://extensions.lnbits.com/",
"devDependencies": {
"prettier": "^2.8.8",
"sass": "^1.64.2",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.6.1"
},
"dependencies": {
"solid-js": "^1.7.0"
}
}