UNPKG

1.81 kBJSONView Raw
1{
2 "name": "viswiz-sdk",
3 "description": "The VisWiz.io Node.js SDK",
4 "version": "1.4.0",
5 "main": "index.js",
6 "module": "es.js",
7 "author": "Valentin Agachi <valentin@viswiz.io>",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/viswiz-io/viswiz-nodejs-sdk"
11 },
12 "license": "MIT",
13 "keywords": [
14 "visual regression testing",
15 "visual testing",
16 "automated testing",
17 "automation",
18 "testing",
19 "screenshot",
20 "sdk"
21 ],
22 "engines": {
23 "node": ">=8.5.0"
24 },
25 "bin": {
26 "viswiz": "./bin/viswiz"
27 },
28 "files": [
29 "bin/",
30 "dist/",
31 "es.js",
32 "index.js"
33 ],
34 "scripts": {
35 "build": "babel src/ --out-dir dist/",
36 "commitmsg": "validate-commit-msg",
37 "docs": "esdoc",
38 "lint": "eslint . --cache --fix --ignore-pattern '!.eslintrc.js'",
39 "pretty": "prettier --write --list-different \"**/*.js\"",
40 "precommit": "lint-staged",
41 "prepack": "yarn build",
42 "pretest": "yarn build && yarn lint",
43 "release": "standard-version -a",
44 "test:jest": "jest",
45 "test:watch": "jest --watch",
46 "test:coverage": "jest --coverage",
47 "test": "yarn test:jest"
48 },
49 "dependencies": {
50 "commander": "2.14.1",
51 "env-ci": "1.4.1",
52 "form-data": "^2.3.1",
53 "glob": "7.1.2",
54 "got": "^8.0.1"
55 },
56 "devDependencies": {
57 "babel-cli": "^6.26.0",
58 "babel-core": "^6.26.0",
59 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
60 "esdoc": "^1.0.4",
61 "esdoc-brand-plugin": "^1.0.0",
62 "esdoc-importpath-plugin": "^1.0.1",
63 "esdoc-standard-plugin": "^1.0.0",
64 "eslint": "^4.12.1",
65 "husky": "^0.14.3",
66 "jest": "^22.4.0",
67 "lint-staged": "^6.0.0",
68 "nock": "^9.1.4",
69 "prettier": "^1.14.3",
70 "standard-version": "^4.2.0",
71 "validate-commit-msg": "^2.14.0"
72 }
73}