-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 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
{
"name": "fullstack-gatsby-plugin-bch-create-token",
"version": "1.0.2",
"description": "A fork of the gatsby-plugin-bch-create-token, customized for wallet.fullstack.cash.",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"build": "echo \"No build script setup\"",
"lint": "standard --env mocha --fix"
},
"keywords": [
"gatsby",
"gatsby-plugin"
],
"author": "Chris Troutner <chris.troutner@gmail.com>",
"contributors": [
"Daniel Gonzalez <danielhumgon@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"semantic-release": "^17.3.9",
"standard": "^16.0.3"
},
"release": {
"publish": [
{
"path": "@semantic-release/npm",
"npmPublish": true
}
]
},
"dependencies": {
"adminlte-2-react": "^0.1.27",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-helmet": "^6.1.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"webpack": "^5.65.0"
}
}