|
30 | 30 | "node": ">=16" |
31 | 31 | }, |
32 | 32 | "scripts": { |
33 | | - "start": "rollup -w --config rollup.test.config.js", |
34 | | - "ts-types": "tsc --emitDeclarationOnly --outDir lib", |
| 33 | + "start": "tsup --watch", |
35 | 34 | "build": "tsup", |
36 | | - "test": "npm run build && jest --testTimeout=500000 --runInBand", |
| 35 | + "test": "pnpm run build && jest --testTimeout=500000 --runInBand", |
37 | 36 | "prepare": "husky install", |
38 | | - "prepublishOnly": "npm run build", |
| 37 | + "prepublishOnly": "pnpm run build", |
39 | 38 | "release": "pnpm build && bumpp --commit --push --tag && pnpm publish", |
40 | 39 | "release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta", |
41 | 40 | "lint": "eslint --ignore-pattern 'tsup.config.ts' --ext .ts,.tsx,.js,.jsx,.json .", |
|
54 | 53 | }, |
55 | 54 | "devDependencies": { |
56 | 55 | "@antfu/eslint-config": "^2.1.0", |
57 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
58 | | - "@rollup/plugin-terser": "^0.4.4", |
59 | | - "@rollup/plugin-typescript": "^11.1.5", |
60 | 56 | "@swc/core": "^1.3.99", |
61 | 57 | "@types/jest": "^29.5.12", |
62 | 58 | "@types/node": "^20.9.4", |
|
67 | 63 | "husky": "^8.0.0", |
68 | 64 | "jest": "^29.7.0", |
69 | 65 | "lint-staged": "^15.2.0", |
70 | | - "rollup": "^2.79.1", |
71 | | - "rollup-plugin-filesize": "^10.0.0", |
72 | | - "rollup-plugin-serve": "^2.0.2", |
73 | 66 | "testcontainers": "^10.3.2", |
74 | 67 | "ts-jest": "^29.1.1", |
75 | 68 | "tslib": "^2.6.2", |
|
0 commit comments