| { |
| "name": "@bazel/concatjs", |
| "description": "Fast JavaScript bundler for Bazel", |
| "license": "Apache-2.0", |
| "version": "0.0.0-PLACEHOLDER", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/bazelbuild/rules_nodejs.git", |
| "directory": "packages/concatjs" |
| }, |
| "bugs": { |
| "url": "https://github.com/bazelbuild/rules_nodejs/issues" |
| }, |
| "keywords": [ |
| "bazel" |
| ], |
| "main": "./index.js", |
| "typings": "./index.d.ts", |
| "//main": "./internal/tsc_wrapped/index.js", |
| "//typings": "./internal/tsc_wrapped/index.d.ts", |
| "bin": { |
| "tsc_wrapped": "./internal/tsc_wrapped/tsc_wrapped.js" |
| }, |
| "dependencies": { |
| "protobufjs": "6.8.8", |
| "source-map-support": "0.5.9", |
| "tsutils": "3.21.0" |
| }, |
| "peerDependencies": { |
| "karma": ">=4.0.0", |
| "karma-chrome-launcher": ">=2.0.0", |
| "karma-firefox-launcher": ">=1.0.0", |
| "karma-jasmine": ">=2.0.0", |
| "karma-junit-reporter": ">=2.0.0", |
| "karma-requirejs": ">=1.0.0", |
| "karma-sourcemap-loader": ">=0.3.0" |
| }, |
| "scripts": { |
| "postinstall": "node npm_version_check.js" |
| } |
| } |