24 lines
661 B
JSON
24 lines
661 B
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",
|
||
|
"scripts": {
|
||
|
"build": "tsc --build",
|
||
|
"clean": "npx rimraf build build-*",
|
||
|
"prepack": "npm run clean && npm run build"
|
||
|
}
|
||
|
}
|