-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1004 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
{
"devDependencies": {
"@rocket.chat/apps-engine": "^1.27.1",
"@types/chai": "^4.2.14",
"@types/chai-spies": "^1.0.1",
"@types/faker": "^4.1.12",
"@types/jest": "^26.0.15",
"@types/mocha": "^8.0.4",
"@types/node": "^10.17.44",
"@types/supertest": "^2.0.10",
"@types/uuid": "^8.0.0",
"chai": "^4.2.0",
"chai-factories": "^0.1.0",
"chai-http": "^4.3.0",
"chai-spies": "^1.0.0",
"factory.ts": "^0.5.1",
"faker": "^4.1.0",
"fs": "0.0.1-security",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"slugify": "^1.4.5",
"ts-mockito": "^2.6.1",
"ts-node": "^8.10.2",
"tslint": "^5.10.0",
"typescript": "^4.0.5",
"uuid": "^8.3.0"
},
"scripts": {
"publish": "node ./scripts/branding.js",
"test-dev": "mocha -r ts-node/register test/**/*.test.ts; exit 0",
"coverage": "nyc npm run test-dev"
}
}