UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@mobify/test-framework",
3 "version": "1.16.1",
4 "description": "Mobify Platform Test Framwork",
5 "main": "index.js",
6 "bin": {
7 "mobify-test-framework": "./scripts/mobify-test-framework.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/mobify/commerce-integrations.git"
12 },
13 "author": "Mobify",
14 "scripts": {
15 "lint": "npm run lint:js",
16 "lint:js": "eslint '**/*.{js,jsx}'",
17 "lint:fix": "npm run lint:js -- --fix",
18 "docs": "mobify-docs compile docs/public/latest",
19 "docs:preview": "mobify-docs preview docs/public/latest",
20 "deployDocs": "node ./scripts/deployDocs.js"
21 },
22 "dependencies": {
23 "@mobify/documentation-theme": "^1.16.1",
24 "chromedriver": "latest",
25 "commander": "2.9.0",
26 "lighthouse": "4.2.0",
27 "nightwatch": "^1.2.4",
28 "rimraf": "2.6.2"
29 },
30 "harp": {
31 "processors": {
32 "md": {
33 "smartypants": true
34 }
35 }
36 },
37 "devDependencies": {
38 "@babel/core": "^7.4.5",
39 "@babel/register": "^7.4.4",
40 "eslint": "4.19.1",
41 "jsdoc": "^3.6.3"
42 },
43 "gitHead": "7586cea8f8bfdb812bcb65eb0cb5685b5c16af81"
44}