|
3 | 3 | "version": "5.0.0", |
4 | 4 | "type": "module", |
5 | 5 | "description": "MUI theme used on Squonk products", |
6 | | - "module": "./src/index.ts", |
7 | | - "typings": "./src/index.ts", |
8 | | - "publishConfig": { |
9 | | - "main": "./dist/index.cjs", |
10 | | - "module": "./dist/index.js", |
11 | | - "typings": "./dist/index.d.ts" |
12 | | - }, |
13 | 6 | "sideEffects": false, |
14 | 7 | "repository": "github:InformaticsMatters/squonk-react-mui-theme", |
15 | 8 | "license": "Apache-2.0", |
16 | 9 | "private": false, |
17 | 10 | "homepage": "https://github.com/InformaticsMatters/squonk-react-mui-theme/", |
| 11 | + "main": "./dist/index.cjs", |
| 12 | + "module": "./dist/index.js", |
| 13 | + "types": "./dist/index.d.cts", |
| 14 | + "exports": { |
| 15 | + ".": "./src/index.ts", |
| 16 | + "./package.json": "./package.json" |
| 17 | + }, |
| 18 | + "publishConfig": { |
| 19 | + "exports": { |
| 20 | + ".": { |
| 21 | + "require": "./dist/index.cjs", |
| 22 | + "import": "./dist/index.js" |
| 23 | + }, |
| 24 | + "./package.json": "./package.json" |
| 25 | + } |
| 26 | + }, |
18 | 27 | "scripts": { |
19 | 28 | "prepare": "husky install", |
20 | | - "build": "tsup", |
21 | | - "start": "tsup --watch", |
| 29 | + "build": "tsdown", |
| 30 | + "start": "tsdown --watch", |
22 | 31 | "tsc": "tsc --pretty --noEmit", |
23 | 32 | "lint": "eslint --cache --max-warnings=0", |
24 | | - "format": "eslint --fix --cache --max-warnings=0", |
25 | | - "release": "semantic-release" |
| 33 | + "format": "eslint --fix --cache --max-warnings=0" |
26 | 34 | }, |
27 | 35 | "peerDependencies": { |
28 | 36 | "@mui/material": ">5" |
|
39 | 47 | "lint-staged": "15.5.0", |
40 | 48 | "semantic-release": "24.2.3", |
41 | 49 | "tslib": "2.8.1", |
42 | | - "tsup": "8.4.0", |
| 50 | + "tsdown": "0.18.3", |
43 | 51 | "typescript": "5.8.2" |
44 | 52 | }, |
45 | 53 | "lint-staged": { |
|
0 commit comments