2025-10-27 22:15:25 +08:00

43 lines
1.2 KiB
JSON

{
"name": "grpc-web",
"version": "1.5.0",
"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"
}
}