45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@woocommerce/js-tests",
|
|
"version": "1.1.0",
|
|
"description": "JavaScript test tooling.",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/js-tests/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
|
"directory": "packages/js-tests"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
},
|
|
"private": true,
|
|
"main": "build/util/index.js",
|
|
"module": "build-module/util/index.js",
|
|
"scripts": {
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
"ts:check": "tsc --noEmit --project ./tsconfig.json",
|
|
"clean": "pnpm exec rimraf *.tsbuildinfo build build-*",
|
|
"prepack": "pnpm run clean && pnpm run build",
|
|
"lint": "eslint src"
|
|
},
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@wordpress/data": "^6.3.0",
|
|
"@wordpress/i18n": "^4.3.1",
|
|
"@wordpress/jest-console": "^5.0.1",
|
|
"regenerator-runtime": "^0.13.9"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.5",
|
|
"@wordpress/eslint-plugin": "^11.0.0",
|
|
"eslint": "^8.12.0",
|
|
"jest": "^27.5.1",
|
|
"jest-cli": "^27.5.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^27.1.3",
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|