| { | |
| "name": "@bazel/create", | |
| "description": "Create a new Bazel workspace", | |
| "license": "Apache-2.0", | |
| "version": "0.0.0-PLACEHOLDER", | |
| "repository": { | |
| "type" : "git", | |
| "url" : "https://github.com/bazelbuild/rules_nodejs.git", | |
| "directory": "packages/create" | |
| }, | |
| "bugs": { | |
| "url": "https://github.com/bazelbuild/rules_nodejs/issues" | |
| }, | |
| "keywords": [ | |
| "bazel" | |
| ], | |
| "bin": "index.js", | |
| "dependencies": { | |
| "minimist": "1.2.0" | |
| } | |
| } |