forked from block-core/blockcore-explorer-legacy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 826 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 826 Bytes
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
{
"name": "blockcoreexplorer",
"version": "0.0.3",
"license": "MIT",
"author": {
"name": "Blockcore",
"email": "post@blockcore.net",
"url": "https://www.blockcore.net"
},
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/block-core/blockcore-explorer.git"
},
"bugs": {
"url": "https://github.com/block-core/blockcore-explorer/issues"
},
"homepage": "https://github.com/block-core/blockcore-explorer#readme",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"private": true,
"dependencies": {
"conventional-changelog-cli": "2.0.31"
},
"devDependencies": {}
}