mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 20:59:28 +00:00
16 lines
378 B
JSON
16 lines
378 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.1",
|
|
"description": "Example App",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"postinstall": "go-npm install",
|
|
"preuninstall": "go-npm uninstall"
|
|
},
|
|
"goBinary": {
|
|
"name": "myBinaryName",
|
|
"path": "./bin",
|
|
"url": "https://github.com/user/myrepo/releases/download/v{{version}}/myBinaryName{{platform}}_{{arch}}.tar.gz"
|
|
}
|
|
}
|