{ "name": "@woocommerce/api", "version": "0.1.0", "author": "Automattic", "description": "A simple interface for interacting with a WooCommerce installation.", "homepage": "https://github.com/woocommerce/woocommerce/tree/master/tests/e2e/api/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", "!__tests__/", "!__mocks__/", "!__snapshops__/" ], "sideEffects": false, "scripts": { "clean": "rm -rf ./dist ./tsconfig.tsbuildinfo", "compile": "tsc -b", "build": "npm run clean && npm run compile", "prepare": "npm run build", "lint": "eslint src", "test": "jest" }, "dependencies": { "axios": "0.19.2", "create-hmac": "1.1.7", "faker": "4.1.0", "fishery": "1.0.0", "oauth-1.0a": "2.2.6" }, "devDependencies": { "@types/create-hmac": "1.1.0", "@types/faker": "4.1.12", "@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" }, "publishConfig": { "access": "public" } }