-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@redjohnzarra/grpc-chunk-parser",
"version": "1.1.12",
"description": "Typescript package for parsing grpc chunk data",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"deploy": "npm publish"
},
"keywords": [
"typescript",
"github packages",
"npm packages",
"grpc",
"chunk",
"grpc stream",
"chunk parse"
],
"author": "Reden John Zarra",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/redjohnzarra/grpc-chunk-parser.git"
},
"devDependencies": {
"@types/node": "^14.11.2",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "~4.0.3"
},
"dependencies": {
"@types/lodash": "^4.14.172",
"lodash": "^4.17.21"
},
"engines": {
"node": ">=8"
},
"publishConfig": {
"@redjohnzarra:registry": "https://npm.pkg.github.com"
},
"bugs": {
"url": "https://github.com/redjohnzarra/grpc-chunk-parser/issues"
},
"homepage": "https://github.com/redjohnzarra/grpc-chunk-parser#readme"
}