32 lines
928 B
JSON
32 lines
928 B
JSON
{
|
|
"name": "@woocommerce/wc-admin-settings",
|
|
"version": "1.1.0",
|
|
"description": "Wrapper around the wcSettings object - used for development.",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"homepage": "https://github.com/woocommerce/woocommerce-admin/tree/main/packages/wc-admin-settings/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/woocommerce/woocommerce-admin.git",
|
|
"directory": "packages/wc-admin-settings"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/woocommerce/woocommerce-admin/issues"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "build/index.js",
|
|
"module": "build-module/index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@wordpress/i18n": "3.17.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "npx rimraf tsconfig.tsbuildinfo build build-*",
|
|
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
|
|
"prepack": "npm run clean && npm run build",
|
|
"start": "tsc --build --watch"
|
|
}
|
|
}
|