-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 991 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
38
39
40
{
"name": "@visual-regression-tracker/sdk-js",
"version": "5.5.1",
"description": "JavaScript SDK for Visual Regression Tracker",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"test:cov": "jest --collectCoverage",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Visual-Regression-Tracker/sdk-js.git"
},
"engines": {
"node": ">=18"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Visual-Regression-Tracker/sdk-js/issues"
},
"homepage": "https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker",
"dependencies": {
"axios": "^1.6.2",
"form-data": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^22.0.0",
"jest": "^29.6.2",
"semantic-release": "^24.0.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
}
}