-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.2 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": "4.0.4",
"description": "Elm protoc plugin",
"keywords": [
"elm",
"protobuf",
"protocol-buffers",
"proto",
"protoc",
"grpc",
"plugin",
"serialization"
],
"main": "index.js",
"devDependencies": {
"@swc/core": "^1.7.18",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.1",
"@types/parsimmon": "^1.10.9",
"assert": "^2.1.0",
"jest": "^29.7.0",
"jest-matcher-deep-close-to": "^3.0.2",
"long": "^5.2.3",
"parsimmon": "^1.18.1",
"protobufjs": "^7.4.0",
"strip-ansi": "^7.1.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"uglify-js": "^3.19.2"
},
"scripts": {
"test": "jest",
"build": "./build.sh"
},
"preferGlobal": true,
"bin": {
"protoc-gen-elm": "./index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/anmolitor/protoc-gen-elm.git"
},
"author": "Andreas Molitor",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/anmolitor/protoc-gen-elm/issues"
},
"homepage": "https://github.com/anmolitor/protoc-gen-elm#readme"
}