{ "name": "@gzuidhof/go-npm", "version": "0.1.11", "description": "Distribute and install Go binaries via NPM", "main": "index.js", "bin": { "go-npm": "./bin/index.js" }, "scripts": { "test": "jest", "prepublish": "node node_modules/@babel/cli/bin/babel.js src --out-dir bin --presets=@babel/preset-env" }, "author": "Sanath Kumar Ramesh ", "license": "Apache-2.0", "dependencies": { "mkdirp": "^1.0.4", "request": "^2.88.2", "tar": "^2.2.2", "unzipper": "0.10.10" }, "repository": { "type": "git", "url": "https://github.com/gzuidhof/go-npm.git" }, "homepage": "https://github.com/gzuidhof/go-npm", "devDependencies": { "@babel/cli": "^7.14.8", "@babel/preset-env": "^7.14.8", "jest": "^24.5.0" } }