-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 977 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
35
{
"name": "@launchdarkly/ldcli",
"description": "The official command line interface for managing LaunchDarkly feature flags.",
"version": "1.12.1",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/launchdarkly/ldcli.git"
},
"keywords": [
"cli",
"feature-flags",
"feature-toggles",
"command-line-interface",
"launchdarkly-integration"
],
"author": "LaunchDarkly <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/launchdarkly/ldcli/issues"
},
"homepage": "https://github.com/launchdarkly/ldcli#readme",
"goBinary": {
"name": "ldcli",
"path": "./bin",
"url": "https://github.com/launchdarkly/ldcli/releases/download/v{{version}}/ldcli_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"dependencies": {
"@go-task/go-npm": "^0.2.0"
}
}