-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 889 Bytes
/
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
{
"name": "@mark3labs/louper-cli",
"version": "0.5.10",
"description": "Louper - The Ethereum Diamond Inspector",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mark3labs/louper-cli.git"
},
"author": "Ed Zynda",
"license": "MIT",
"bugs": {
"url": "https://github.com/mark3labs/louper-cli/issues"
},
"homepage": "https://github.com/mark3labs/louper-cli#readme",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"goBinary": {
"name": "louper-cli",
"path": "./bin",
"url": "https://github.com/mark3labs/louper-cli/releases/download/v{{version}}/louper-cli_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"dependencies": {
"@go-task/go-npm": "^0.2.0"
},
"devDependencies": {
"semver": "^7.6.0"
},
"bin": {
"louper-cli": "bin/louper-cli"
}
}