-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 771 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 771 Bytes
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
{
"name": "tutorial-images-javascript",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha ./test/example-*.js -t 300000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/applitools/tutorial-images-javascript.git"
},
"author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/applitools/tutorial-images-javascript/issues"
},
"homepage": "https://github.com/applitools/tutorial-images-javascript#readme",
"dependencies": {
"@applitools/eyes-images": "^4.21.0",
"mocha": "^9.2.0",
"node-fetch": "^2.6.7"
}
}