{ "name": "@vendure/testing", "version": "0.15.1", "description": "End-to-end testing tools for Vendure projects", "keywords": [ "vendure", "testing", "e2e" ], "author": "Michael Bromley ", "homepage": "https://github.com/vendure-ecommerce/vendure#readme", "license": "MIT", "directories": { "lib": "lib" }, "files": [ "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/vendure-ecommerce/vendure.git" }, "scripts": { "build": "tsc -p ./tsconfig.build.json", "watch": "tsc -p ./tsconfig.build.json -w", "lint": "tslint --fix --project ./", "ci": "yarn build" }, "bugs": { "url": "https://github.com/vendure-ecommerce/vendure/issues" }, "dependencies": { "@types/node-fetch": "^2.5.4", "@vendure/common": "^0.15.0", "faker": "^4.1.0", "form-data": "^3.0.0", "graphql": "^14.5.8", "graphql-tag": "^2.10.1", "node-fetch": "^2.6.0", "sql.js": "1.1.0" }, "devDependencies": { "@types/mysql": "^2.15.8", "@types/pg": "^7.14.1", "@vendure/core": "^0.15.1", "mysql": "^2.17.1", "pg": "^7.17.1", "rimraf": "^3.0.0", "typescript": "3.8.3" } }