-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "iobroker-stateupdatechaining",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"coverage": "jest --coverage --watchAll=false || exit 0",
"lint": "eslint . --ext .ts",
"fix": "eslint . --fix --ext .ts,.ts",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@faker-js/faker": "^8.1.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"babel-jest": "^29.7.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"prettier": "^3.0.3",
"ts-jest-mocker": "^0.5.0",
"typescript": "^5.2.2"
},
"dependencies": {
"jsonpath-plus": "^7.2.0"
}
}