2020-06-06 23:44:44 +00:00
|
|
|
{
|
2020-09-03 19:28:17 +00:00
|
|
|
"name": "@woocommerce/api",
|
2021-03-18 11:14:59 +00:00
|
|
|
"version": "0.1.2",
|
2020-06-06 23:44:44 +00:00
|
|
|
"author": "Automattic",
|
2020-09-03 19:28:17 +00:00
|
|
|
"description": "A simple interface for interacting with a WooCommerce installation.",
|
2021-02-25 23:51:14 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/tests/e2e/api/README.md",
|
2020-06-06 23:44:44 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"woocommerce",
|
|
|
|
"e2e"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"main": "dist/index.js",
|
2020-06-21 00:40:50 +00:00
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"files": [
|
|
|
|
"/dist/",
|
2020-09-21 20:33:57 +00:00
|
|
|
"!*.ts.map",
|
2020-06-21 00:40:50 +00:00
|
|
|
"!*.tsbuildinfo",
|
2020-09-21 20:33:57 +00:00
|
|
|
"!/dist/**/__tests__/",
|
|
|
|
"!/dist/**/__mocks__/",
|
2020-11-05 20:37:40 +00:00
|
|
|
"!/dist/**/__snapshops__/",
|
|
|
|
"!/dist/**/__test_data__/"
|
2020-06-21 00:40:50 +00:00
|
|
|
],
|
2020-06-06 23:44:44 +00:00
|
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
2020-07-02 18:50:04 +00:00
|
|
|
"clean": "rm -rf ./dist ./tsconfig.tsbuildinfo",
|
|
|
|
"compile": "tsc -b",
|
|
|
|
"build": "npm run clean && npm run compile",
|
2020-09-04 18:27:34 +00:00
|
|
|
"prepare": "npm run build",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"test": "jest"
|
2020-06-06 23:44:44 +00:00
|
|
|
},
|
2020-06-19 19:08:48 +00:00
|
|
|
"dependencies": {
|
|
|
|
"axios": "0.19.2",
|
|
|
|
"create-hmac": "1.1.7",
|
|
|
|
"oauth-1.0a": "2.2.6"
|
|
|
|
},
|
2020-06-06 23:44:44 +00:00
|
|
|
"devDependencies": {
|
2020-06-19 19:08:48 +00:00
|
|
|
"@types/create-hmac": "1.1.0",
|
2020-06-06 23:44:44 +00:00
|
|
|
"@types/jest": "25.2.1",
|
2020-09-16 22:14:53 +00:00
|
|
|
"@types/moxios": "^0.4.9",
|
2020-06-06 23:44:44 +00:00
|
|
|
"@types/node": "13.13.5",
|
2020-10-28 17:21:02 +00:00
|
|
|
"jest": "^25.1.0",
|
2020-09-07 22:38:12 +00:00
|
|
|
"jest-mock-extended": "^1.0.10",
|
2020-06-19 19:08:48 +00:00
|
|
|
"moxios": "0.4.0",
|
2020-06-06 23:44:44 +00:00
|
|
|
"ts-jest": "25.5.0",
|
2020-10-02 01:06:34 +00:00
|
|
|
"typescript": "3.9.7"
|
2020-07-13 17:05:17 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-06-06 23:44:44 +00:00
|
|
|
}
|
|
|
|
}
|