| { |
| "name": "@bazel/labs", |
| "description": "Experimental code. DO NOT DEPEND on this for production use", |
| "version": "0.0.0-PLACEHOLDER", |
| "license": "Apache-2.0", |
| "repository": { |
| "type" : "git", |
| "url" : "https://github.com/bazelbuild/rules_nodejs.git", |
| "directory": "packages/typescript" |
| }, |
| "bugs": { |
| "url": "https://github.com/bazelbuild/rules_nodejs/issues" |
| }, |
| "bin": { |
| "webpack": "./webpack/src/cli.js" |
| }, |
| "devDependencies": { |
| "@bazel/typescript": "file:../../dist/npm_bazel_typescript", |
| "@types/jasmine": "^3.3.9", |
| "@types/node": "^11.9.5", |
| "@types/webpack": "^4.4.24", |
| "jasmine": "^3.3.1", |
| "typescript": "^3.3.3333" |
| }, |
| "dependencies": { |
| "webpack": "~4.29.3" |
| }, |
| "scripts": { |
| "test": "bazel test //... --test_output=errors" |
| }, |
| "bazelWorkspaces": { |
| "npm_bazel_labs": { |
| "rootPath": "." |
| } |
| } |
| } |