-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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
46
47
48
{
"name": "explorer.fullstack.cash",
"description": "A 'block explorer' for the P2WDB",
"version": "1.0.0",
"license": "MIT",
"author": "Chris Troutner <chris.troutner@gmail.com>",
"contributors": [
"Daniel Gonzalez <danielhumgon@gmail.com>",
"Andre Cabrera <andrecabrera@protonmail.ch>"
],
"scripts": {
"build": "gatsby build",
"build:ipfs": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"lint": "standard --env mocha --fix",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "npm run lint"
},
"dependencies": {
"adminlte-2-react": "0.2.0-beta.10",
"fullstack-gatsby-theme-bch-wallet": "1.0.5",
"gatsby": "4.4.0",
"react-json-pretty": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Permissionless-Software-Foundation/explorer.fullstack.cash"
},
"bugs": {
"url": "https://github.com/Permissionless-Software-Foundation/explorer.fullstack.cash/issues"
},
"devDependencies": {
"colors": "^1.4.0",
"mocha": "^9.2.0",
"semantic-release": "^17.4.3",
"standard": "^16.0.3"
},
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"npmPublish": false
}
]
}
}