mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 12:33:24 +00:00
Make it windows friendly
This commit is contained in:
23
package.json
23
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "go-npm",
|
||||
"version": "0.1.8",
|
||||
"name": "@gzuidhof/go-npm",
|
||||
"version": "0.1.9",
|
||||
"description": "Distribute and install Go binaries via NPM",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
@@ -8,25 +8,24 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir bin --presets es2015"
|
||||
"prepublish": "node node_modules/@babel/cli/bin/babel.js src --out-dir bin --presets=@babel/preset-env"
|
||||
},
|
||||
"author": "Sanath Kumar Ramesh <dayanandasaraswati@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"request": "^2.81.0",
|
||||
"tar": "^2.2.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"request": "^2.88.2",
|
||||
"tar": "^6.1.2",
|
||||
"unzipper": "0.10.10"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sanathkr/go-npm.git"
|
||||
"url": "https://github.com/gzuidhof/go-npm.git"
|
||||
},
|
||||
"homepage": "https://github.com/sanathkr/go-npm",
|
||||
"homepage": "https://github.com/gzuidhof/go-npm",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"@babel/cli": "^7.14.8",
|
||||
"@babel/preset-env": "^7.14.8",
|
||||
"jest": "^24.5.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user