forked from YePpHa/node-protoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 732 Bytes
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
{
"name": "protoc",
"version": "1.1.3",
"description": "A tool for converting proto buffers (.proto) files into javascript files usable in Closure Compiler with Closure Library.",
"main": "index.js",
"scripts": {
"postinstall": "node scripts/postinstall.js",
"test": "node scripts/test.js"
},
"bin": {
"protoc": "./bin/protoc"
},
"author": "Jeppe Rune Mortensen <jepperm@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/YePpHa/node-protoc.git"
},
"dependencies": {
"glob": "^7.2.3",
"mkdirp": "^0.5.6",
"node-fetch": "^3.2.10",
"rimraf": "^3.0.2",
"unzipper": "^0.10.11",
"uuid": "^9.0.0",
"vinyl": "^2.2.1"
}
}