-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "testCoSi",
"devDependencies": {
"allure-commandline": "^2.13.8",
"chai": "^4.3.4",
"jasmine": "^3.6.1",
"jest": "^26.6.3",
"jest-allure": "^0.1.3",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"prettier": "2.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.0.3"
},
"dependencies": {
"@types/jest": "^26.0.14",
"@types/mocha": "^8.0.3",
"allure-jasmine": "^2.0.0-beta.9",
"allure-js-commons": "^2.0.0-beta.9",
"applicationinsights": "^1.8.7",
"browser-sync": "^2.26.14",
"ip-regex": "^4.3.0",
"lodash": "^4.17.21",
"lodash.sortby": "^4.7.0",
"mocha-allure-reporter": "^1.4.0"
},
"scripts": {
"test": "jest",
"format": "prettier --write 'src/**/*.{js,ts,tsx}'"
},
"jest": {
"verbose": true
}
}