forked from anmolitor/protoc-gen-elm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.21 KB
/
package.json
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
47
48
49
50
51
{
"name": "protoc-gen-elm",
"version": "3.2.0",
"description": "Elm protoc plugin",
"keywords": [
"elm",
"protobuf",
"protocol-buffers",
"proto",
"protoc",
"grpc",
"plugin",
"serialization"
],
"main": "index.js",
"devDependencies": {
"@swc/core": "^1.3.49",
"@swc/jest": "^0.2.24",
"@types/jest": "^27.0.2",
"@types/node": "^18.15.11",
"@types/parsimmon": "^1.10.6",
"assert": "^2.0.0",
"jest": "^27.5.1",
"jest-matcher-deep-close-to": "^3.0.2",
"long": "^5.2.1",
"parsimmon": "^1.18.1",
"protobufjs": "^7.2.3",
"strip-ansi": "^7.0.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4",
"uglify-js": "^3.14.3"
},
"scripts": {
"test": "jest",
"build": "./build.sh"
},
"preferGlobal": true,
"bin": {
"protoc-gen-elm": "./index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/andreasewering/protoc-gen-elm.git"
},
"author": "Andreas Molitor",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/andreasewering/protoc-gen-elm/issues"
},
"homepage": "https://github.com/andreasewering/protoc-gen-elm#readme"
}