Files
go-npm/package.json
2023-12-11 13:51:21 +01:00

30 lines
833 B
JSON

{
"name": "@ershisan99/go-npm",
"version": "0.1.14",
"description": "Distribute and install Go binaries via NPM",
"main": "index.js",
"bin": {
"go-npm": "./bin/index.js"
},
"scripts": {
"test": "jest",
"build": "rm -rf ./bin && esbuild --bundle src/index.js --outfile=\"./bin/index.js\" --platform=node --target=es6 --minify-whitespace",
"prepublishOnly": "npm i && npm run build"
},
"author": "Sanath Kumar Ramesh <dayanandasaraswati@gmail.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/ershisan99/go-npm.git"
},
"homepage": "https://github.com/gzuidhof/go-npm",
"devDependencies": {
"esbuild": "^0.12.17",
"jest": "^24.5.0",
"mkdirp": "^1.0.4",
"request": "^2.88.2",
"tar": "^6.2.0",
"unzipper": "0.10.10"
}
}