2021-07-14 20:38:57 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/js-tests",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "JavaScript test tooling.",
|
|
|
|
"author": "Automattic",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2022-04-07 08:50:40 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/js-tests/README.md",
|
2021-07-14 20:38:57 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce.git",
|
2021-07-14 20:38:57 +00:00
|
|
|
"directory": "packages/js-tests"
|
|
|
|
},
|
|
|
|
"bugs": {
|
2022-04-07 08:50:40 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce/issues"
|
2021-07-14 20:38:57 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"main": "build/util/index.js",
|
2022-03-04 04:01:16 +00:00
|
|
|
"module": "build-module/util/index.js",
|
2021-07-14 20:38:57 +00:00
|
|
|
"scripts": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
2022-03-01 04:19:07 +00:00
|
|
|
"ts:check": "tsc --noEmit --project ./tsconfig.json",
|
2022-03-04 04:01:16 +00:00
|
|
|
"clean": "pnpm exec rimraf *.tsbuildinfo build build-*",
|
2022-03-28 08:42:22 +00:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
2022-04-26 22:47:07 +00:00
|
|
|
"lint": "eslint src",
|
|
|
|
"lint:fix": "eslint src --fix"
|
2022-03-04 04:01:16 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-03-08 02:11:12 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
|
|
"@testing-library/react": "^12.1.3",
|
|
|
|
"@wordpress/data": "^6.3.0",
|
2022-03-04 04:01:16 +00:00
|
|
|
"@wordpress/i18n": "^4.3.1",
|
|
|
|
"@wordpress/jest-console": "^5.0.1",
|
2022-03-08 02:11:12 +00:00
|
|
|
"regenerator-runtime": "^0.13.9"
|
2022-03-15 03:04:46 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.17.5",
|
2022-03-28 08:42:22 +00:00
|
|
|
"@wordpress/eslint-plugin": "^11.0.0",
|
|
|
|
"eslint": "^8.12.0",
|
2022-03-15 03:04:46 +00:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
"jest-cli": "^27.5.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"ts-jest": "^27.1.3",
|
|
|
|
"typescript": "^4.6.2"
|
2022-04-06 08:58:17 +00:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
|
|
|
"*.(t|j)s?(x)": [
|
2022-04-26 22:47:07 +00:00
|
|
|
"pnpm lint:fix"
|
2022-04-06 08:58:17 +00:00
|
|
|
]
|
2021-07-14 20:38:57 +00:00
|
|
|
}
|
|
|
|
}
|