2019-01-28 23:34:56 +00:00
|
|
|
{
|
|
|
|
"name": "@woocommerce/number",
|
2021-07-14 20:38:57 +00:00
|
|
|
"version": "2.2.0",
|
2019-01-28 23:34:56 +00:00
|
|
|
"description": "Number formatting utilities for WooCommerce.",
|
|
|
|
"author": "Automattic",
|
2019-05-18 04:19:20 +00:00
|
|
|
"license": "GPL-3.0-or-later",
|
2019-01-28 23:34:56 +00:00
|
|
|
"keywords": [
|
|
|
|
"wordpress",
|
|
|
|
"woocommerce"
|
|
|
|
],
|
2020-06-17 17:39:41 +00:00
|
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/number/README.md",
|
2019-01-28 23:34:56 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2019-03-13 17:14:02 +00:00
|
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"main": "build/index.js",
|
|
|
|
"module": "build-module/index.js",
|
|
|
|
"react-native": "src/index",
|
|
|
|
"dependencies": {
|
2022-03-08 02:11:12 +00:00
|
|
|
"locutus": "^2.0.16"
|
2019-01-28 23:34:56 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2021-07-14 20:38:57 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-03-04 04:01:16 +00:00
|
|
|
"clean": "pnpm exec rimraf tsconfig.tsbuildinfo build build-*",
|
2021-07-14 20:38:57 +00:00
|
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
|
|
"start": "tsc --build --watch",
|
2022-03-04 04:01:16 +00:00
|
|
|
"prepack": "pnpm run clean && pnpm run build",
|
|
|
|
"test": "pnpm run build && pnpm run test:nobuild",
|
2021-07-14 20:38:57 +00:00
|
|
|
"test:nobuild": "jest --config ./jest.config.json",
|
|
|
|
"test-staged": "jest --bail --config ./jest.config.json --findRelatedTests"
|
2019-01-28 23:34:56 +00:00
|
|
|
}
|
2019-01-29 23:37:25 +00:00
|
|
|
}
|