forked from NetEase/pomelo-protobuf-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 964 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
29
30
31
32
33
{
"name": "pinus-protobuf-plugin",
"version": "2.0.1",
"private": false,
"author": "py8765 pengyang633@126.com/@py8765",
"main": "./dist/index.js",
"keywords": [
"pinus",
"protobuf"
],
"license": "BSD",
"scripts": {
"format": "prettier --write \"**/*.ts\"",
"lint": "eslint \"**/*.ts\" --fix",
"build": "yarn format && yarn lint && tsc"
},
"dependencies": {
"mqtt-connection": "^4.0.0",
"pinus": "^1.4.0",
"pinus-logger": "^1.4.0",
"protobufjs": "6.9.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/mqtt-connection": "git+https://github.com/node-pinus/types-mqtt-connection.git",
"@types/node": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"eslint": "^7.3.1",
"prettier": "^2.0.5",
"typescript": "^3.9.6"
}
}