| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "@vendure/testing",
- "version": "0.10.1",
- "description": "End-to-end testing tools for Vendure projects",
- "keywords": [
- "vendure",
- "testing",
- "e2e"
- ],
- "author": "Michael Bromley <michael@michaelbromley.co.uk>",
- "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.10.1",
- "faker": "^4.1.0",
- "graphql": "^14.5.8",
- "graphql-tag": "^2.10.1",
- "node-fetch": "^2.6.0",
- "node-libcurl": "^2.0.2",
- "sql.js": "1.1.0"
- },
- "devDependencies": {
- "@types/mysql": "^2.15.8",
- "@types/pg": "^7.14.1",
- "@vendure/core": "^0.10.1",
- "mysql": "^2.17.1",
- "pg": "^7.17.1",
- "rimraf": "^3.0.0",
- "typescript": "3.8.3"
- }
- }
|