| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "grpc-web",
- "version": "1.4.2",
- "author": "Google Inc.",
- "description": "gRPC-Web Client Runtime Library",
- "homepage": "https://grpc.io/",
- "repository": {
- "type": "git",
- "url": "https://github.com/grpc/grpc-web.git"
- },
- "bugs": "https://github.com/grpc/grpc-web/issues",
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "main": "index.js",
- "typings": "index.d.ts",
- "scripts": {
- "build": "node scripts/build.js",
- "prepare": "npm run build",
- "prepublishOnly": "npm run build",
- "test": "npm run test-jsunit && npm run test-mocha",
- "test-mocha": "mocha --timeout 10000 \"./test/**/*_test.js\"",
- "test-jsunit": "./scripts/generate_test_files.sh && ./scripts/run_jsunit_tests.sh && rm -rf ./generated"
- },
- "license": "Apache-2.0",
- "devDependencies": {
- "@types/google-protobuf": "~3.7.0",
- "command-exists": "~1.2.8",
- "google-closure-compiler": "~20200224.0.0",
- "google-closure-deps": "~20210601.0.0",
- "google-closure-library": "~20210808.0.0",
- "google-protobuf": "~3.14.0",
- "gulp": "~4.0.2",
- "gulp-connect": "~5.7.0",
- "gulp-eval": "~1.0.0",
- "mocha": "~5.2.0",
- "mock-xmlhttprequest": "~2.0.0",
- "protractor": "~7.0.0",
- "typescript": "latest"
- }
- }
|