-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@modbus2mqtt/specification",
"version": "0.15.26",
"description": "File access, github access and validation for specifications",
"keywords": [
"modbus2mqtt",
"specification",
"validation"
],
"bugs": "https://github.com/modbus2mqtt/server/issues",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Volkmar Nissen <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/modbus2mqtt/specification"
},
"scripts": {
"test": "jest",
"build.modbusserver": "mkdir -p distsrv && tsc --project tsconfig.modbusserver.json && sed '/\"scripts\"/,/}[,]$/ d; /^$/d' package.json >package.dist ",
"build": "tsc && echo '{\"type\": \"commonjs\"}' > dist/package.json",
"prettier": "prettier --write '**/*.{ts,js,css,html,tsx}'"
},
"bin": {
"validate": "bin/validate.js"
},
"dependencies": {
"@modbus2mqtt/specification.shared": "^0.10.9",
"@octokit/rest": "^20.1.1",
"adm-zip": "^0.5.16",
"async-mutex": "^0.5.0",
"commander": "^12.1.0",
"debug": "^4.3.7",
"fs": "^0.0.1-security",
"logger": "^0.0.1",
"npmlog": "^7.0.1",
"path": "^0.12.7",
"rxjs": "^7.8.1",
"yaml": "^2.4.5"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@opengovsg/credits-generator": "^1.0.7",
"@types/adm-zip": "^0.5.5",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.5",
"@types/npmlog": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
"jest": "^29.7.0",
"nodemon": "^3.1.3",
"prettier": "^3.3.3",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
}
}