UNPKG

1.72 kBJSONView Raw
1{
2 "name": "ts-protoc-gen",
3 "version": "0.15.0",
4 "description": "Protoc Plugin for TypeScript Declarations and Service Definitions",
5 "scripts": {
6 "lint": "tslint -c tslint.json \"test/**/*.ts\" \"src/**/*.ts\"",
7 "lint:fix": "npm run lint -- --fix",
8 "clean": "rimraf lib",
9 "build": "run-s clean tsc",
10 "generate": "node generate.js",
11 "tsc": "tsc",
12 "test": "run-s test:unit test:integration",
13 "test:unit": "node test/mocha-run-suite.js \"test/unit/**/*.ts\"",
14 "test:integration": "node test/mocha-run-suite.js \"test/integration/**/*.ts\"",
15 "prepublishOnly": "npm run build"
16 },
17 "bin": {
18 "protoc-gen-ts": "bin/protoc-gen-ts"
19 },
20 "repository": "https://github.com/improbable-eng/ts-protoc-gen",
21 "keywords": [
22 "protobuf",
23 "protoc",
24 "typescript",
25 "ts",
26 "grpc",
27 "service",
28 "proto3"
29 ],
30 "author": "Improbable",
31 "license": "Apache-2.0",
32 "dependencies": {
33 "google-protobuf": "^3.15.5"
34 },
35 "devDependencies": {
36 "@improbable-eng/grpc-web": "^0.9.1",
37 "@types/chai": "^3.5.2",
38 "@types/google-protobuf": "^3.15.0",
39 "@types/lodash": "^4.14.106",
40 "@types/mocha": "^2.2.46",
41 "@types/node": "^7.0.52",
42 "babel": "^6.5.2",
43 "browser-headers": "^0.4.1",
44 "chai": "^3.5.0",
45 "download-cli": "^1.1.1",
46 "glob": "^7.1.4",
47 "grpc": "^1.24.6",
48 "grpc-tools": "^1.11.1",
49 "lodash": "^4.17.5",
50 "lodash.isequal": "^4.5.0",
51 "mocha": "^5.2.0",
52 "mocha-spec-json-output-reporter": "^1.1.6",
53 "npm-run-all": "^4.1.5",
54 "rimraf": "^2.6.3",
55 "source-map-support": "^0.4.18",
56 "ts-node": "^8.3.0",
57 "tslint": "^5.9.1",
58 "tsutils": "2.27.2",
59 "typescript": "~3.1.6"
60 }
61}