diff --git a/npm/cli-darwin-arm64/package.json b/npm/cli-darwin-arm64/package.json index 6e788d4..0aa2c57 100644 --- a/npm/cli-darwin-arm64/package.json +++ b/npm/cli-darwin-arm64/package.json @@ -1,9 +1,23 @@ { "name": "@shellroute/cli-darwin-arm64", "version": "0.1.0", - "os": ["darwin"], - "cpu": ["arm64"], + "os": [ + "darwin" + ], + "cpu": [ + "arm64" + ], "license": "Apache-2.0", - "files": ["bin", "LICENSE", "NOTICE"], - "bin": { "shellroute": "bin/shellroute" } + "files": [ + "bin", + "LICENSE", + "NOTICE" + ], + "bin": { + "shellroute": "bin/shellroute" + }, + "repository": { + "type": "git", + "url": "https://github.com/shellroute/shellroute-cli" + } } diff --git a/npm/cli-darwin-x64/package.json b/npm/cli-darwin-x64/package.json index d7275df..391beea 100644 --- a/npm/cli-darwin-x64/package.json +++ b/npm/cli-darwin-x64/package.json @@ -1,9 +1,23 @@ { "name": "@shellroute/cli-darwin-x64", "version": "0.1.0", - "os": ["darwin"], - "cpu": ["x64"], + "os": [ + "darwin" + ], + "cpu": [ + "x64" + ], "license": "Apache-2.0", - "files": ["bin", "LICENSE", "NOTICE"], - "bin": { "shellroute": "bin/shellroute" } + "files": [ + "bin", + "LICENSE", + "NOTICE" + ], + "bin": { + "shellroute": "bin/shellroute" + }, + "repository": { + "type": "git", + "url": "https://github.com/shellroute/shellroute-cli" + } } diff --git a/npm/cli-linux-arm64/package.json b/npm/cli-linux-arm64/package.json index d0ea951..414a040 100644 --- a/npm/cli-linux-arm64/package.json +++ b/npm/cli-linux-arm64/package.json @@ -1,9 +1,23 @@ { "name": "@shellroute/cli-linux-arm64", "version": "0.1.0", - "os": ["linux"], - "cpu": ["arm64"], + "os": [ + "linux" + ], + "cpu": [ + "arm64" + ], "license": "Apache-2.0", - "files": ["bin", "LICENSE", "NOTICE"], - "bin": { "shellroute": "bin/shellroute" } + "files": [ + "bin", + "LICENSE", + "NOTICE" + ], + "bin": { + "shellroute": "bin/shellroute" + }, + "repository": { + "type": "git", + "url": "https://github.com/shellroute/shellroute-cli" + } } diff --git a/npm/cli-linux-x64/package.json b/npm/cli-linux-x64/package.json index eb62c12..f0dd549 100644 --- a/npm/cli-linux-x64/package.json +++ b/npm/cli-linux-x64/package.json @@ -1,9 +1,23 @@ { "name": "@shellroute/cli-linux-x64", "version": "0.1.0", - "os": ["linux"], - "cpu": ["x64"], + "os": [ + "linux" + ], + "cpu": [ + "x64" + ], "license": "Apache-2.0", - "files": ["bin", "LICENSE", "NOTICE"], - "bin": { "shellroute": "bin/shellroute" } + "files": [ + "bin", + "LICENSE", + "NOTICE" + ], + "bin": { + "shellroute": "bin/shellroute" + }, + "repository": { + "type": "git", + "url": "https://github.com/shellroute/shellroute-cli" + } } diff --git a/npm/shellroute/package.json b/npm/shellroute/package.json index 2dec4b8..f86b307 100644 --- a/npm/shellroute/package.json +++ b/npm/shellroute/package.json @@ -3,9 +3,16 @@ "version": "0.1.0", "description": "Residential proxy CLI", "license": "Apache-2.0", - "repository": "shellroute/shellroute-cli", + "repository": { + "type": "git", + "url": "https://github.com/shellroute/shellroute-cli" + }, "homepage": "https://shellroute.com", - "files": ["bin", "LICENSE", "NOTICE"], + "files": [ + "bin", + "LICENSE", + "NOTICE" + ], "bin": { "shellroute": "bin/shellroute" },