UNPKG

@automattic/calypso-products

Version:

This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.

67 lines 2.06 kB
{ "name": "@automattic/calypso-products", "version": "1.3.0", "description": "This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", "calypso:src": "src/index.ts", "exports": { ".": { "calypso:src": "./src/index.ts", "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": false, "scripts": { "clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist", "build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json && run -T copy-assets", "prepare": "yarn run build", "prepack": "yarn run clean && yarn run build", "watch": "tsc --build ./tsconfig.json --watch" }, "files": [ "dist", "src" ], "keywords": [ "checkout", "payments", "automattic" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "packages/calypso-products" }, "author": "Automattic Inc.", "license": "GPL-2.0-or-later", "bugs": "https://github.com/Automattic/wp-calypso/issues", "homepage": "https://github.com/Automattic/wp-calypso/tree/HEAD/packages/calypso-products#readme", "dependencies": { "@automattic/calypso-config": "^1.0.0-alpha.0", "@automattic/components": "^4.1.0", "@automattic/i18n-utils": "^1.3.0", "@automattic/number-formatters": "^1.2.0", "@automattic/shopping-cart": "^2.0.2", "@automattic/urls": "^1.0.0", "i18n-calypso": "^8.1.0", "tslib": "^2.8.1" }, "peerDependencies": { "@wordpress/data": "^10.48.0", "react": "^18.3.1 || ^19.0.0" }, "devDependencies": { "@automattic/calypso-typescript-config": "^1.0.0", "@wordpress/data": "^10.48.0", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "^6.0.3" } }