-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "@viasat/codeceptjs-snowplow-helper",
"version": "1.1.2",
"description": "A CodeceptJS helper to integrate Snowplow micro analytics in the acceptance tests",
"main": "index.js",
"scripts": {
"postinstall": "husky install",
"lint": "eslint src/**",
"test": "jest --coverage --config=jest.config.js src",
"test:watch": "jest --watchAll --config=jest.config.js src"
},
"repository": {
"type": "git",
"url": "[email protected]:Viasat/codecept-snowplow-helper.git"
},
"keywords": [
"ci/cd",
"data-quality-assurance",
"snowplow",
"codeceptjs-helpers"
],
"private": false,
"publishConfig": {
"access": "public"
},
"author": "Victor Santiago <[email protected]>",
"license": "MIT",
"dependencies": {
"@codeceptjs/helper": "^2.0.1",
"axios": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.37.0",
"eslint-plugin-jest": "^27.2.1",
"husky": "^8.0.3",
"jest": "^29.3.1"
}
}