-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 949 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
35
36
37
{
"name": "cypress-plugin-signalr",
"version": "1.3.5",
"description": "Verify and publish actions from and to your SignalR hubs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/basslagter/cypress-plugin-signalr.git"
},
"keywords": [
"cypress",
"plugin",
"signalr",
"mock",
"verify",
"publish",
"trigger"
],
"author": "Bas Slagter",
"license": "ISC",
"bugs": {
"url": "https://github.com/basslagter/cypress-plugin-signalr/issues"
},
"homepage": "https://github.com/basslagter/cypress-plugin-signalr#readme",
"devDependencies": {
"@types/node": "^13.13.4",
"cypress": "^4.5.0",
"standard-version": "^8.0.1",
"typescript": "^3.8.3"
}
}