Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@medusajs/icons",
|
|
"version": "2.12.4",
|
|
"description": "Medusa UI React icon library",
|
|
"author": "Kasper Kristensen <kasper@medusajs.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/medusajs/medusa.git",
|
|
"directory": "packages/design-system/icons"
|
|
},
|
|
"main": "dist/cjs/medusa-icons.js",
|
|
"main:umd": "dist/umd/medusa-icons.js",
|
|
"module": "dist/esm/index.js",
|
|
"unpkg": "dist/umd/medusa-icons.min.js",
|
|
"typings": "dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "yarn build:bundles && yarn build:types",
|
|
"build:bundles": "rollup -c ./rollup.config.mjs",
|
|
"build:types": "yarn run -T tsc --emitDeclarationOnly",
|
|
"test": "../../../node_modules/.bin/vitest --run",
|
|
"test:watch": "../../../node_modules/.bin/vitest",
|
|
"test:coverage": "../../../node_modules/.bin/vitest --run --coverage",
|
|
"generate": "yarn run -T rimraf ./src/components && toolbox icons -o './src/components'"
|
|
},
|
|
"devDependencies": {
|
|
"@medusajs/toolbox": "2.12.4",
|
|
"react": "^18.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1"
|
|
},
|
|
"packageManager": "yarn@3.2.1",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|