woocommerce/tests/e2e/factories/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@woocommerce/e2e-factories",
"version": "0.1.0",
"author": "Automattic",
"description": "Factories for generating test data for use in WooCommerce End-To-End tests.",
"homepage": "https://github.com/woocommerce/woocommerce/tree/master/tests/e2e/factories/README.md",
"repository": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce.git"
},
"keywords": [
"woocommerce",
"e2e"
],
"license": "GPL-3.0+",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist/",
"!*.tsbuildinfo",
"!*.spec.js",
"!*.spec.d.ts",
"!*.test.js",
"!*.test.d.ts"
],
"sideEffects": false,
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"axios": "0.19.2",
"create-hmac": "1.1.7",
"fishery": "1.0.0",
"oauth-1.0a": "2.2.6"
},
"devDependencies": {
"@types/create-hmac": "1.1.0",
"@types/jest": "25.2.1",
"@types/moxios": "0.4.9",
"@types/node": "13.13.5",
"jest": "25.5.4",
"moxios": "0.4.0",
"ts-jest": "25.5.0",
"typescript": "3.8.3"
}
}