forked from PermissionData/protobufjs-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "protobufjs-loader-webpack4",
"version": "0.0.1",
"description": "Webpack loader to translate .proto definitions to ProtoBuf.js modules",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"keywords": [
"webpack",
"protobuf",
"protobufjs",
"ProtoBuf.js"
],
"author": "Kevin Montag <[email protected]>",
"license": "MIT",
"dependencies": {
"protobufjs": "^6.8.0",
"tmp-promise": "^1.0.4"
},
"devDependencies": {
"chai": "^4.1.2",
"chalk": "^1.1.3",
"escodegen": "^1.9.0",
"espree": "^3.5.1",
"estraverse": "^4.2.0",
"glob": "^7.1.2",
"inspect-loader": "^1.0.0",
"jsdoc": "^3.5.5",
"loader-utils": "^1.1.0",
"memory-fs": "^0.4.1",
"minimist": "^1.2.0",
"mocha": "^4.0.1",
"schema-utils": "^0.4.2",
"semantic-release": "^8.2.0",
"semver": "^5.4.1",
"tmp": "0.0.31",
"uglify-js": "^2.8.29",
"uglify-loader": "^2.0.0",
"webpack": "^5.73.0"
},
"peerDependencies": {
"webpack": "^5.73.0"
},
"repository": {
"type": "git",
"url": "https://github.com/PermissionData/protobufjs-loader.git"
}
}