add license & GitHub info to package.json (#31)

This commit is contained in:
Chris Brody 2021-04-02 06:07:55 -04:00 committed by GitHub
parent 156b2a2ad5
commit 6f98edd922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
{
"name": "corepack",
"version": "0.6.0",
"homepage": "https://github.com/nodejs/corepack#readme",
"bugs": {
"url": "https://github.com/nodejs/corepack/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nodejs/corepack.git"
},
"license": "MIT",
"bin": {
"corepack": "./dist/corepack.js",
"pnpm": "./dist/pnpm.js",