github.com/anycable/anycable-go@v1.5.1/packaging/npm/package.json (about) 1 { 2 "name": "@anycable/anycable-go", 3 "version": "1.5.1", 4 "description": "A wrapper to install and run AnyCable server", 5 "main": "index.js", 6 "bin": { 7 "anycable-go": "./bin/index.mjs" 8 }, 9 "repository": "https://github.com/anycable/anycable-go", 10 "keywords": [ 11 "websockets", 12 "anycable", 13 "real-times" 14 ], 15 "author": "Vladimir Dementyev", 16 "license": "MIT", 17 "bugs": { 18 "url": "https://github.com/anycable/anycable-go/issues" 19 }, 20 "homepage": "https://anycable.io", 21 "os": [ 22 "darwin", 23 "linux", 24 "win32" 25 ], 26 "cpu": [ 27 "x64", 28 "arm64" 29 ], 30 "scripts": { 31 }, 32 "dependencies": { 33 "node-downloader-helper": "^1.0.18" 34 } 35 }