create-rslib 0.19.3 → 0.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/dist/index.js +114 -295
  2. package/package.json +4 -5
  3. package/{template-[react]-[]-js → template-react-js}/package.json +2 -2
  4. package/{template-[react]-[]-ts → template-react-ts}/package.json +3 -3
  5. package/{template-[react]-[rstest]-ts → template-react-ts}/src/Button.tsx +18 -1
  6. package/template-rspress/AGENTS.md +10 -0
  7. package/template-rspress/react-ts/docs/Button.mdx +31 -0
  8. package/template-rspress/react-ts/docs/_meta.json +1 -0
  9. package/template-rspress/react-ts/docs/index.mdx +4 -0
  10. package/template-rspress/react-ts/package.json +15 -0
  11. package/template-rspress/react-ts/rspress.config.ts +27 -0
  12. package/{template-[react]-[rstest,storybook]-ts → template-rspress/react-ts}/tsconfig.json +5 -2
  13. package/template-rstest/AGENTS.md +10 -0
  14. package/template-rstest/node-js/package.json +10 -0
  15. package/template-rstest/node-ts/package.json +10 -0
  16. package/template-rstest/react-js/package.json +13 -0
  17. package/template-rstest/react-ts/package.json +13 -0
  18. package/template-rstest/vue-js/package.json +14 -0
  19. package/template-rstest/vue-ts/package.json +14 -0
  20. package/template-storybook/AGENTS.md +6 -0
  21. package/template-storybook/react-js/package.json +15 -0
  22. package/template-storybook/react-ts/package.json +15 -0
  23. package/template-storybook/vue-js/package.json +15 -0
  24. package/template-storybook/vue-ts/package.json +15 -0
  25. package/template-vitest/node-js/package.json +8 -0
  26. package/template-vitest/node-ts/package.json +8 -0
  27. package/template-vitest/react-js/package.json +11 -0
  28. package/template-vitest/react-ts/package.json +11 -0
  29. package/template-vitest/vue-js/package.json +12 -0
  30. package/template-vitest/vue-ts/package.json +12 -0
  31. package/{template-[vue]-[vitest]-js/vitest.config.js → template-vitest/vue-ts/vitest.config.ts} +1 -1
  32. package/{template-[vue]-[]-js → template-vue-js}/package.json +1 -1
  33. package/{template-[vue]-[]-ts → template-vue-ts}/package.json +2 -2
  34. package/template-[node-dual]-[rstest]-js/AGENTS.md +0 -5
  35. package/template-[node-dual]-[rstest]-js/package.json +0 -25
  36. package/template-[node-dual]-[rstest]-js/rslib.config.mjs +0 -14
  37. package/template-[node-dual]-[rstest]-ts/AGENTS.md +0 -5
  38. package/template-[node-dual]-[rstest]-ts/package.json +0 -29
  39. package/template-[node-dual]-[rstest]-ts/rslib.config.ts +0 -15
  40. package/template-[node-dual]-[vitest]-js/package.json +0 -24
  41. package/template-[node-dual]-[vitest]-js/rslib.config.mjs +0 -14
  42. package/template-[node-dual]-[vitest]-js/src/index.js +0 -1
  43. package/template-[node-dual]-[vitest]-ts/AGENTS.md +0 -5
  44. package/template-[node-dual]-[vitest]-ts/package.json +0 -28
  45. package/template-[node-dual]-[vitest]-ts/rslib.config.ts +0 -15
  46. package/template-[node-dual]-[vitest]-ts/src/index.ts +0 -1
  47. package/template-[node-dual]-[vitest]-ts/tsconfig.json +0 -15
  48. package/template-[node-esm]-[]-js/src/index.js +0 -1
  49. package/template-[node-esm]-[]-ts/src/index.ts +0 -1
  50. package/template-[node-esm]-[]-ts/tsconfig.json +0 -15
  51. package/template-[node-esm]-[rstest]-js/AGENTS.md +0 -5
  52. package/template-[node-esm]-[rstest]-js/package.json +0 -23
  53. package/template-[node-esm]-[rstest]-js/rslib.config.mjs +0 -10
  54. package/template-[node-esm]-[rstest]-js/rstest.config.js +0 -6
  55. package/template-[node-esm]-[rstest]-js/src/index.js +0 -1
  56. package/template-[node-esm]-[rstest]-js/tests/index.test.js +0 -7
  57. package/template-[node-esm]-[rstest]-ts/AGENTS.md +0 -5
  58. package/template-[node-esm]-[rstest]-ts/package.json +0 -27
  59. package/template-[node-esm]-[rstest]-ts/rslib.config.ts +0 -11
  60. package/template-[node-esm]-[rstest]-ts/rstest.config.ts +0 -6
  61. package/template-[node-esm]-[rstest]-ts/src/index.ts +0 -1
  62. package/template-[node-esm]-[rstest]-ts/tests/index.test.ts +0 -7
  63. package/template-[node-esm]-[rstest]-ts/tsconfig.json +0 -15
  64. package/template-[node-esm]-[vitest]-js/AGENTS.md +0 -5
  65. package/template-[node-esm]-[vitest]-js/package.json +0 -22
  66. package/template-[node-esm]-[vitest]-js/rslib.config.mjs +0 -10
  67. package/template-[node-esm]-[vitest]-js/src/index.js +0 -1
  68. package/template-[node-esm]-[vitest]-js/tests/index.test.js +0 -7
  69. package/template-[node-esm]-[vitest]-js/vitest.config.js +0 -8
  70. package/template-[node-esm]-[vitest]-ts/AGENTS.md +0 -5
  71. package/template-[node-esm]-[vitest]-ts/package.json +0 -26
  72. package/template-[node-esm]-[vitest]-ts/rslib.config.ts +0 -11
  73. package/template-[node-esm]-[vitest]-ts/src/index.ts +0 -1
  74. package/template-[node-esm]-[vitest]-ts/tests/index.test.ts +0 -7
  75. package/template-[node-esm]-[vitest]-ts/tsconfig.json +0 -15
  76. package/template-[node-esm]-[vitest]-ts/vitest.config.ts +0 -6
  77. package/template-[react]-[]-ts/src/Button.tsx +0 -29
  78. package/template-[react]-[rstest,storybook]-js/AGENTS.md +0 -9
  79. package/template-[react]-[rstest,storybook]-js/package.json +0 -41
  80. package/template-[react]-[rstest,storybook]-js/rslib.config.mjs +0 -20
  81. package/template-[react]-[rstest,storybook]-js/src/Button.jsx +0 -21
  82. package/template-[react]-[rstest,storybook]-js/src/button.css +0 -34
  83. package/template-[react]-[rstest,storybook]-js/src/index.jsx +0 -1
  84. package/template-[react]-[rstest,storybook]-ts/AGENTS.md +0 -9
  85. package/template-[react]-[rstest,storybook]-ts/package.json +0 -45
  86. package/template-[react]-[rstest,storybook]-ts/rslib.config.ts +0 -21
  87. package/template-[react]-[rstest,storybook]-ts/src/Button.tsx +0 -29
  88. package/template-[react]-[rstest,storybook]-ts/src/button.css +0 -34
  89. package/template-[react]-[rstest,storybook]-ts/src/index.tsx +0 -1
  90. package/template-[react]-[rstest]-js/AGENTS.md +0 -5
  91. package/template-[react]-[rstest]-js/package.json +0 -32
  92. package/template-[react]-[rstest]-js/rslib.config.mjs +0 -20
  93. package/template-[react]-[rstest]-js/src/Button.jsx +0 -21
  94. package/template-[react]-[rstest]-js/src/button.css +0 -34
  95. package/template-[react]-[rstest]-js/src/index.jsx +0 -1
  96. package/template-[react]-[rstest]-js/tests/index.test.jsx +0 -11
  97. package/template-[react]-[rstest]-ts/AGENTS.md +0 -5
  98. package/template-[react]-[rstest]-ts/package.json +0 -36
  99. package/template-[react]-[rstest]-ts/rslib.config.ts +0 -21
  100. package/template-[react]-[rstest]-ts/src/button.css +0 -34
  101. package/template-[react]-[rstest]-ts/src/index.tsx +0 -1
  102. package/template-[react]-[rstest]-ts/tests/index.test.tsx +0 -11
  103. package/template-[react]-[rstest]-ts/tsconfig.json +0 -14
  104. package/template-[react]-[storybook,vitest]-js/.storybook/main.js +0 -39
  105. package/template-[react]-[storybook,vitest]-js/AGENTS.md +0 -9
  106. package/template-[react]-[storybook,vitest]-js/package.json +0 -40
  107. package/template-[react]-[storybook,vitest]-js/rslib.config.mjs +0 -20
  108. package/template-[react]-[storybook,vitest]-js/src/Button.jsx +0 -21
  109. package/template-[react]-[storybook,vitest]-js/src/button.css +0 -34
  110. package/template-[react]-[storybook,vitest]-js/src/index.jsx +0 -1
  111. package/template-[react]-[storybook,vitest]-js/stories/Button.stories.jsx +0 -50
  112. package/template-[react]-[storybook,vitest]-ts/.storybook/main.ts +0 -41
  113. package/template-[react]-[storybook,vitest]-ts/.storybook/preview.ts +0 -14
  114. package/template-[react]-[storybook,vitest]-ts/AGENTS.md +0 -9
  115. package/template-[react]-[storybook,vitest]-ts/package.json +0 -44
  116. package/template-[react]-[storybook,vitest]-ts/rslib.config.ts +0 -21
  117. package/template-[react]-[storybook,vitest]-ts/src/Button.tsx +0 -29
  118. package/template-[react]-[storybook,vitest]-ts/src/button.css +0 -34
  119. package/template-[react]-[storybook,vitest]-ts/src/index.tsx +0 -1
  120. package/template-[react]-[storybook,vitest]-ts/stories/Button.stories.ts +0 -52
  121. package/template-[react]-[storybook,vitest]-ts/tests/tsconfig.json +0 -4
  122. package/template-[react]-[storybook,vitest]-ts/tsconfig.json +0 -14
  123. package/template-[react]-[storybook]-js/.storybook/main.js +0 -39
  124. package/template-[react]-[storybook]-js/.storybook/preview.js +0 -12
  125. package/template-[react]-[storybook]-js/AGENTS.md +0 -5
  126. package/template-[react]-[storybook]-js/package.json +0 -35
  127. package/template-[react]-[storybook]-js/rslib.config.mjs +0 -20
  128. package/template-[react]-[storybook]-js/src/Button.jsx +0 -21
  129. package/template-[react]-[storybook]-js/src/button.css +0 -34
  130. package/template-[react]-[storybook]-js/src/index.jsx +0 -1
  131. package/template-[react]-[storybook]-js/stories/Button.stories.jsx +0 -50
  132. package/template-[react]-[storybook]-ts/.storybook/main.ts +0 -41
  133. package/template-[react]-[storybook]-ts/.storybook/preview.ts +0 -14
  134. package/template-[react]-[storybook]-ts/AGENTS.md +0 -5
  135. package/template-[react]-[storybook]-ts/package.json +0 -39
  136. package/template-[react]-[storybook]-ts/rslib.config.ts +0 -21
  137. package/template-[react]-[storybook]-ts/src/Button.tsx +0 -29
  138. package/template-[react]-[storybook]-ts/src/button.css +0 -34
  139. package/template-[react]-[storybook]-ts/src/index.tsx +0 -1
  140. package/template-[react]-[storybook]-ts/stories/Button.stories.ts +0 -52
  141. package/template-[react]-[storybook]-ts/tsconfig.json +0 -14
  142. package/template-[react]-[vitest]-js/AGENTS.md +0 -5
  143. package/template-[react]-[vitest]-js/package.json +0 -31
  144. package/template-[react]-[vitest]-js/rslib.config.mjs +0 -20
  145. package/template-[react]-[vitest]-js/src/Button.jsx +0 -21
  146. package/template-[react]-[vitest]-js/src/button.css +0 -34
  147. package/template-[react]-[vitest]-js/src/index.jsx +0 -1
  148. package/template-[react]-[vitest]-js/tests/index.test.jsx +0 -11
  149. package/template-[react]-[vitest]-js/vitest.config.js +0 -11
  150. package/template-[react]-[vitest]-ts/AGENTS.md +0 -5
  151. package/template-[react]-[vitest]-ts/package.json +0 -35
  152. package/template-[react]-[vitest]-ts/rslib.config.ts +0 -21
  153. package/template-[react]-[vitest]-ts/src/Button.tsx +0 -29
  154. package/template-[react]-[vitest]-ts/src/button.css +0 -34
  155. package/template-[react]-[vitest]-ts/src/index.tsx +0 -1
  156. package/template-[react]-[vitest]-ts/tests/index.test.tsx +0 -11
  157. package/template-[react]-[vitest]-ts/tests/tsconfig.json +0 -4
  158. package/template-[react]-[vitest]-ts/tsconfig.json +0 -14
  159. package/template-[react]-[vitest]-ts/vitest.config.ts +0 -9
  160. package/template-[vue]-[rstest,storybook]-js/.storybook/preview.js +0 -12
  161. package/template-[vue]-[rstest,storybook]-js/AGENTS.md +0 -9
  162. package/template-[vue]-[rstest,storybook]-js/package.json +0 -43
  163. package/template-[vue]-[rstest,storybook]-js/rslib.config.ts +0 -15
  164. package/template-[vue]-[rstest,storybook]-js/rstest.config.js +0 -7
  165. package/template-[vue]-[rstest,storybook]-js/rstest.setup.js +0 -4
  166. package/template-[vue]-[rstest,storybook]-js/src/Button.vue +0 -43
  167. package/template-[vue]-[rstest,storybook]-js/src/index.js +0 -1
  168. package/template-[vue]-[rstest,storybook]-js/src/style.css +0 -34
  169. package/template-[vue]-[rstest,storybook]-ts/AGENTS.md +0 -9
  170. package/template-[vue]-[rstest,storybook]-ts/package.json +0 -45
  171. package/template-[vue]-[rstest,storybook]-ts/rslib.config.ts +0 -15
  172. package/template-[vue]-[rstest,storybook]-ts/rstest.config.ts +0 -7
  173. package/template-[vue]-[rstest,storybook]-ts/rstest.setup.ts +0 -4
  174. package/template-[vue]-[rstest,storybook]-ts/src/Button.vue +0 -35
  175. package/template-[vue]-[rstest,storybook]-ts/src/index.ts +0 -1
  176. package/template-[vue]-[rstest,storybook]-ts/src/style.css +0 -34
  177. package/template-[vue]-[rstest,storybook]-ts/tests/test.d.ts +0 -1
  178. package/template-[vue]-[rstest,storybook]-ts/tests/tsconfig.json +0 -4
  179. package/template-[vue]-[rstest,storybook]-ts/tsconfig.json +0 -24
  180. package/template-[vue]-[rstest]-js/AGENTS.md +0 -5
  181. package/template-[vue]-[rstest]-js/package.json +0 -34
  182. package/template-[vue]-[rstest]-js/rslib.config.ts +0 -15
  183. package/template-[vue]-[rstest]-js/rstest.config.js +0 -7
  184. package/template-[vue]-[rstest]-js/rstest.setup.js +0 -4
  185. package/template-[vue]-[rstest]-js/src/Button.vue +0 -43
  186. package/template-[vue]-[rstest]-js/src/index.js +0 -1
  187. package/template-[vue]-[rstest]-js/src/style.css +0 -34
  188. package/template-[vue]-[rstest]-js/tests/index.test.js +0 -16
  189. package/template-[vue]-[rstest]-ts/AGENTS.md +0 -5
  190. package/template-[vue]-[rstest]-ts/package.json +0 -36
  191. package/template-[vue]-[rstest]-ts/rslib.config.ts +0 -15
  192. package/template-[vue]-[rstest]-ts/rstest.config.ts +0 -7
  193. package/template-[vue]-[rstest]-ts/rstest.setup.ts +0 -4
  194. package/template-[vue]-[rstest]-ts/src/Button.vue +0 -35
  195. package/template-[vue]-[rstest]-ts/src/index.ts +0 -1
  196. package/template-[vue]-[rstest]-ts/src/style.css +0 -34
  197. package/template-[vue]-[rstest]-ts/tests/index.test.ts +0 -16
  198. package/template-[vue]-[rstest]-ts/tests/test.d.ts +0 -1
  199. package/template-[vue]-[rstest]-ts/tests/tsconfig.json +0 -4
  200. package/template-[vue]-[rstest]-ts/tsconfig.json +0 -24
  201. package/template-[vue]-[storybook,vitest]-js/.storybook/main.js +0 -38
  202. package/template-[vue]-[storybook,vitest]-js/.storybook/preview.js +0 -12
  203. package/template-[vue]-[storybook,vitest]-js/AGENTS.md +0 -9
  204. package/template-[vue]-[storybook,vitest]-js/package.json +0 -42
  205. package/template-[vue]-[storybook,vitest]-js/rslib.config.ts +0 -15
  206. package/template-[vue]-[storybook,vitest]-js/src/Button.vue +0 -43
  207. package/template-[vue]-[storybook,vitest]-js/src/index.js +0 -1
  208. package/template-[vue]-[storybook,vitest]-js/src/style.css +0 -34
  209. package/template-[vue]-[storybook,vitest]-js/stories/Button.stories.js +0 -50
  210. package/template-[vue]-[storybook,vitest]-js/vitest.setup.js +0 -1
  211. package/template-[vue]-[storybook,vitest]-ts/.storybook/main.ts +0 -40
  212. package/template-[vue]-[storybook,vitest]-ts/.storybook/preview.ts +0 -12
  213. package/template-[vue]-[storybook,vitest]-ts/AGENTS.md +0 -9
  214. package/template-[vue]-[storybook,vitest]-ts/package.json +0 -44
  215. package/template-[vue]-[storybook,vitest]-ts/rslib.config.ts +0 -15
  216. package/template-[vue]-[storybook,vitest]-ts/src/Button.vue +0 -35
  217. package/template-[vue]-[storybook,vitest]-ts/src/index.ts +0 -1
  218. package/template-[vue]-[storybook,vitest]-ts/src/style.css +0 -34
  219. package/template-[vue]-[storybook,vitest]-ts/stories/Button.stories.js +0 -50
  220. package/template-[vue]-[storybook,vitest]-ts/tsconfig.json +0 -24
  221. package/template-[vue]-[storybook,vitest]-ts/vitest.config.js +0 -13
  222. package/template-[vue]-[storybook,vitest]-ts/vitest.setup.js +0 -1
  223. package/template-[vue]-[storybook]-js/.storybook/main.js +0 -38
  224. package/template-[vue]-[storybook]-js/.storybook/preview.js +0 -12
  225. package/template-[vue]-[storybook]-js/AGENTS.md +0 -5
  226. package/template-[vue]-[storybook]-js/package.json +0 -36
  227. package/template-[vue]-[storybook]-js/rslib.config.ts +0 -15
  228. package/template-[vue]-[storybook]-js/src/Button.vue +0 -43
  229. package/template-[vue]-[storybook]-js/src/index.js +0 -1
  230. package/template-[vue]-[storybook]-js/src/style.css +0 -34
  231. package/template-[vue]-[storybook]-js/stories/Button.stories.js +0 -50
  232. package/template-[vue]-[storybook]-ts/.storybook/main.ts +0 -40
  233. package/template-[vue]-[storybook]-ts/.storybook/preview.ts +0 -12
  234. package/template-[vue]-[storybook]-ts/AGENTS.md +0 -5
  235. package/template-[vue]-[storybook]-ts/package.json +0 -38
  236. package/template-[vue]-[storybook]-ts/rslib.config.ts +0 -15
  237. package/template-[vue]-[storybook]-ts/src/Button.vue +0 -35
  238. package/template-[vue]-[storybook]-ts/src/index.ts +0 -1
  239. package/template-[vue]-[storybook]-ts/src/style.css +0 -34
  240. package/template-[vue]-[storybook]-ts/stories/Button.stories.js +0 -50
  241. package/template-[vue]-[storybook]-ts/tsconfig.json +0 -24
  242. package/template-[vue]-[vitest]-js/AGENTS.md +0 -5
  243. package/template-[vue]-[vitest]-js/package.json +0 -33
  244. package/template-[vue]-[vitest]-js/rslib.config.ts +0 -15
  245. package/template-[vue]-[vitest]-js/src/Button.vue +0 -43
  246. package/template-[vue]-[vitest]-js/src/index.js +0 -1
  247. package/template-[vue]-[vitest]-js/src/style.css +0 -34
  248. package/template-[vue]-[vitest]-js/tests/index.test.js +0 -16
  249. package/template-[vue]-[vitest]-js/vitest.setup.js +0 -1
  250. package/template-[vue]-[vitest]-ts/AGENTS.md +0 -5
  251. package/template-[vue]-[vitest]-ts/package.json +0 -35
  252. package/template-[vue]-[vitest]-ts/rslib.config.ts +0 -15
  253. package/template-[vue]-[vitest]-ts/src/Button.vue +0 -35
  254. package/template-[vue]-[vitest]-ts/src/index.ts +0 -1
  255. package/template-[vue]-[vitest]-ts/src/style.css +0 -34
  256. package/template-[vue]-[vitest]-ts/tests/index.test.ts +0 -16
  257. package/template-[vue]-[vitest]-ts/tsconfig.json +0 -24
  258. package/template-[vue]-[vitest]-ts/vitest.config.js +0 -13
  259. package/template-[vue]-[vitest]-ts/vitest.setup.js +0 -1
  260. /package/{template-[node-dual]-[]-js → template-node-dual-js}/package.json +0 -0
  261. /package/{template-[node-dual]-[]-js → template-node-dual-js}/rslib.config.mjs +0 -0
  262. /package/{template-[node-dual]-[]-js → template-node-dual-js}/src/index.js +0 -0
  263. /package/{template-[node-dual]-[]-ts → template-node-dual-ts}/package.json +0 -0
  264. /package/{template-[node-dual]-[]-ts → template-node-dual-ts}/rslib.config.ts +0 -0
  265. /package/{template-[node-dual]-[]-ts → template-node-dual-ts}/src/index.ts +0 -0
  266. /package/{template-[node-dual]-[]-ts → template-node-dual-ts}/tsconfig.json +0 -0
  267. /package/{template-[node-esm]-[]-js → template-node-esm-js}/package.json +0 -0
  268. /package/{template-[node-esm]-[]-js → template-node-esm-js}/rslib.config.mjs +0 -0
  269. /package/{template-[node-dual]-[rstest]-js → template-node-esm-js}/src/index.js +0 -0
  270. /package/{template-[node-esm]-[]-ts → template-node-esm-ts}/package.json +0 -0
  271. /package/{template-[node-esm]-[]-ts → template-node-esm-ts}/rslib.config.ts +0 -0
  272. /package/{template-[node-dual]-[rstest]-ts → template-node-esm-ts}/src/index.ts +0 -0
  273. /package/{template-[node-dual]-[rstest]-ts → template-node-esm-ts}/tsconfig.json +0 -0
  274. /package/{template-[react]-[]-js → template-react-js}/rslib.config.mjs +0 -0
  275. /package/{template-[react]-[]-js → template-react-js}/src/Button.jsx +0 -0
  276. /package/{template-[react]-[]-js → template-react-js}/src/button.css +0 -0
  277. /package/{template-[react]-[]-js → template-react-js}/src/index.jsx +0 -0
  278. /package/{template-[react]-[]-ts → template-react-ts}/rslib.config.ts +0 -0
  279. /package/{template-[react]-[]-ts → template-react-ts}/src/button.css +0 -0
  280. /package/{template-[react]-[]-ts → template-react-ts}/src/index.tsx +0 -0
  281. /package/{template-[react]-[]-ts → template-react-ts}/tsconfig.json +0 -0
  282. /package/{template-[node-dual]-[rstest]-js → template-rstest/node-js}/rstest.config.js +0 -0
  283. /package/{template-[node-dual]-[rstest]-js → template-rstest/node-js}/tests/index.test.js +0 -0
  284. /package/{template-[node-dual]-[rstest]-ts → template-rstest/node-ts}/rstest.config.ts +0 -0
  285. /package/{template-[node-dual]-[rstest]-ts → template-rstest/node-ts}/tests/index.test.ts +0 -0
  286. /package/{template-[react]-[rstest,storybook]-js → template-rstest/react-js}/rstest.config.js +0 -0
  287. /package/{template-[react]-[rstest,storybook]-js → template-rstest/react-js}/rstest.setup.js +0 -0
  288. /package/{template-[react]-[rstest,storybook]-js → template-rstest/react-js}/tests/index.test.jsx +0 -0
  289. /package/{template-[react]-[rstest,storybook]-ts → template-rstest/react-ts}/rstest.config.ts +0 -0
  290. /package/{template-[react]-[rstest,storybook]-ts → template-rstest/react-ts}/rstest.setup.ts +0 -0
  291. /package/{template-[react]-[rstest,storybook]-ts → template-rstest/react-ts}/tests/index.test.tsx +0 -0
  292. /package/{template-[react]-[rstest,storybook]-ts → template-rstest/react-ts}/tests/test.d.ts +0 -0
  293. /package/{template-[react]-[rstest,storybook]-ts → template-rstest/react-ts}/tests/tsconfig.json +0 -0
  294. /package/{template-[react]-[rstest]-js → template-rstest/vue-js}/rstest.config.js +0 -0
  295. /package/{template-[react]-[rstest]-js → template-rstest/vue-js}/rstest.setup.js +0 -0
  296. /package/{template-[vue]-[rstest,storybook]-js → template-rstest/vue-js}/tests/index.test.js +0 -0
  297. /package/{template-[react]-[rstest]-ts → template-rstest/vue-ts}/rstest.config.ts +0 -0
  298. /package/{template-[react]-[rstest]-ts → template-rstest/vue-ts}/rstest.setup.ts +0 -0
  299. /package/{template-[vue]-[rstest,storybook]-ts → template-rstest/vue-ts}/tests/index.test.ts +0 -0
  300. /package/{template-[react]-[rstest]-ts → template-rstest/vue-ts}/tests/test.d.ts +0 -0
  301. /package/{template-[react]-[rstest]-ts → template-rstest/vue-ts}/tests/tsconfig.json +0 -0
  302. /package/{template-[react]-[rstest,storybook]-js → template-storybook/react-js}/.storybook/main.js +0 -0
  303. /package/{template-[react]-[rstest,storybook]-js → template-storybook/react-js}/.storybook/preview.js +0 -0
  304. /package/{template-[react]-[rstest,storybook]-js → template-storybook/react-js}/stories/Button.stories.jsx +0 -0
  305. /package/{template-[react]-[rstest,storybook]-ts → template-storybook/react-ts}/.storybook/main.ts +0 -0
  306. /package/{template-[react]-[rstest,storybook]-ts → template-storybook/react-ts}/.storybook/preview.ts +0 -0
  307. /package/{template-[react]-[rstest,storybook]-ts → template-storybook/react-ts}/stories/Button.stories.ts +0 -0
  308. /package/{template-[vue]-[rstest,storybook]-js → template-storybook/vue-js}/.storybook/main.js +0 -0
  309. /package/{template-[react]-[storybook,vitest]-js → template-storybook/vue-js}/.storybook/preview.js +0 -0
  310. /package/{template-[vue]-[rstest,storybook]-js → template-storybook/vue-js}/stories/Button.stories.js +0 -0
  311. /package/{template-[vue]-[rstest,storybook]-ts → template-storybook/vue-ts}/.storybook/main.ts +0 -0
  312. /package/{template-[vue]-[rstest,storybook]-ts → template-storybook/vue-ts}/.storybook/preview.ts +0 -0
  313. /package/{template-[vue]-[rstest,storybook]-ts → template-storybook/vue-ts}/stories/Button.stories.js +0 -0
  314. /package/{template-[node-dual]-[vitest]-js → template-vitest}/AGENTS.md +0 -0
  315. /package/{template-[node-dual]-[vitest]-js → template-vitest/node-js}/tests/index.test.js +0 -0
  316. /package/{template-[node-dual]-[vitest]-js → template-vitest/node-js}/vitest.config.js +0 -0
  317. /package/{template-[node-dual]-[vitest]-ts → template-vitest/node-ts}/tests/index.test.ts +0 -0
  318. /package/{template-[node-dual]-[vitest]-ts → template-vitest/node-ts}/tests/tsconfig.json +0 -0
  319. /package/{template-[node-dual]-[vitest]-ts → template-vitest/node-ts}/vitest.config.ts +0 -0
  320. /package/{template-[react]-[storybook,vitest]-js → template-vitest/react-js}/tests/index.test.jsx +0 -0
  321. /package/{template-[react]-[storybook,vitest]-js → template-vitest/react-js}/vitest.config.js +0 -0
  322. /package/{template-[react]-[storybook,vitest]-js → template-vitest/react-js}/vitest.setup.js +0 -0
  323. /package/{template-[react]-[storybook,vitest]-ts → template-vitest/react-ts}/tests/index.test.tsx +0 -0
  324. /package/{template-[node-esm]-[vitest]-ts → template-vitest/react-ts}/tests/tsconfig.json +0 -0
  325. /package/{template-[react]-[storybook,vitest]-ts → template-vitest/react-ts}/vitest.config.ts +0 -0
  326. /package/{template-[react]-[storybook,vitest]-ts → template-vitest/react-ts}/vitest.setup.ts +0 -0
  327. /package/{template-[vue]-[storybook,vitest]-js → template-vitest/vue-js}/tests/index.test.js +0 -0
  328. /package/{template-[vue]-[storybook,vitest]-js → template-vitest/vue-js}/vitest.config.js +0 -0
  329. /package/{template-[react]-[vitest]-js → template-vitest/vue-js}/vitest.setup.js +0 -0
  330. /package/{template-[vue]-[storybook,vitest]-ts → template-vitest/vue-ts}/tests/index.test.ts +0 -0
  331. /package/{template-[react]-[vitest]-ts → template-vitest/vue-ts}/vitest.setup.ts +0 -0
  332. /package/{template-[vue]-[]-js → template-vue-js}/rslib.config.ts +0 -0
  333. /package/{template-[vue]-[]-js → template-vue-js}/src/Button.vue +0 -0
  334. /package/{template-[vue]-[]-js → template-vue-js}/src/index.js +0 -0
  335. /package/{template-[vue]-[]-js → template-vue-js}/src/style.css +0 -0
  336. /package/{template-[vue]-[]-ts → template-vue-ts}/rslib.config.ts +0 -0
  337. /package/{template-[vue]-[]-ts → template-vue-ts}/src/Button.vue +0 -0
  338. /package/{template-[vue]-[]-ts → template-vue-ts}/src/index.ts +0 -0
  339. /package/{template-[vue]-[]-ts → template-vue-ts}/src/style.css +0 -0
  340. /package/{template-[vue]-[]-ts → template-vue-ts}/tsconfig.json +0 -0
@@ -0,0 +1,13 @@
1
+ {
2
+ "scripts": {
3
+ "test": "rstest",
4
+ "test:watch": "rstest --watch"
5
+ },
6
+ "devDependencies": {
7
+ "@rstest/adapter-rslib": "^0.2.0",
8
+ "@rstest/core": "^0.8.1",
9
+ "@testing-library/jest-dom": "^6.9.1",
10
+ "@testing-library/react": "^16.3.2",
11
+ "happy-dom": "^20.4.0"
12
+ }
13
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "scripts": {
3
+ "test": "rstest",
4
+ "test:watch": "rstest --watch"
5
+ },
6
+ "devDependencies": {
7
+ "@rstest/adapter-rslib": "^0.2.0",
8
+ "@rstest/core": "^0.8.1",
9
+ "@testing-library/jest-dom": "^6.9.1",
10
+ "@testing-library/vue": "^8.1.0",
11
+ "@vue/test-utils": "^2.4.6",
12
+ "happy-dom": "^20.4.0"
13
+ }
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "scripts": {
3
+ "test": "rstest",
4
+ "test:watch": "rstest --watch"
5
+ },
6
+ "devDependencies": {
7
+ "@rstest/adapter-rslib": "^0.2.0",
8
+ "@rstest/core": "^0.8.1",
9
+ "@testing-library/jest-dom": "^6.9.1",
10
+ "@testing-library/vue": "^8.1.0",
11
+ "@vue/test-utils": "^2.4.6",
12
+ "happy-dom": "^20.4.0"
13
+ }
14
+ }
@@ -0,0 +1,6 @@
1
+ ## Tools
2
+
3
+ ### Storybook
4
+
5
+ - Run `{{ packageManager }} run storybook` to start Storybook development server
6
+ - Run `{{ packageManager }} run build:storybook` to build Storybook for production
@@ -0,0 +1,15 @@
1
+ {
2
+ "scripts": {
3
+ "build:storybook": "storybook build",
4
+ "storybook": "storybook dev"
5
+ },
6
+ "devDependencies": {
7
+ "@rsbuild/core": "~1.7.2",
8
+ "@storybook/addon-docs": "^10.2.2",
9
+ "@storybook/addon-onboarding": "^10.2.2",
10
+ "@storybook/react": "^10.2.2",
11
+ "storybook": "^10.2.2",
12
+ "storybook-addon-rslib": "^3.2.2",
13
+ "storybook-react-rsbuild": "^3.2.2"
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "scripts": {
3
+ "build:storybook": "storybook build",
4
+ "storybook": "storybook dev"
5
+ },
6
+ "devDependencies": {
7
+ "@rsbuild/core": "~1.7.2",
8
+ "@storybook/addon-docs": "^10.2.2",
9
+ "@storybook/addon-onboarding": "^10.2.2",
10
+ "@storybook/react": "^10.2.2",
11
+ "storybook": "^10.2.2",
12
+ "storybook-addon-rslib": "^3.2.2",
13
+ "storybook-react-rsbuild": "^3.2.2"
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "scripts": {
3
+ "build:storybook": "storybook build",
4
+ "storybook": "storybook dev"
5
+ },
6
+ "devDependencies": {
7
+ "@rsbuild/core": "~1.7.2",
8
+ "@storybook/addon-docs": "^10.2.2",
9
+ "@storybook/addon-onboarding": "^10.2.2",
10
+ "@storybook/vue3": "^10.2.2",
11
+ "storybook": "^10.2.2",
12
+ "storybook-addon-rslib": "^3.2.2",
13
+ "storybook-vue3-rsbuild": "^3.2.2"
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "scripts": {
3
+ "build:storybook": "storybook build",
4
+ "storybook": "storybook dev"
5
+ },
6
+ "devDependencies": {
7
+ "@rsbuild/core": "~1.7.2",
8
+ "@storybook/addon-docs": "^10.2.2",
9
+ "@storybook/addon-onboarding": "^10.2.2",
10
+ "@storybook/vue3": "^10.2.2",
11
+ "storybook": "^10.2.2",
12
+ "storybook-addon-rslib": "^3.2.2",
13
+ "storybook-vue3-rsbuild": "^3.2.2"
14
+ }
15
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "scripts": {
3
+ "test": "vitest run"
4
+ },
5
+ "devDependencies": {
6
+ "vitest": "^4.0.18"
7
+ }
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "scripts": {
3
+ "test": "vitest run"
4
+ },
5
+ "devDependencies": {
6
+ "vitest": "^4.0.18"
7
+ }
8
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "scripts": {
3
+ "test": "vitest run"
4
+ },
5
+ "devDependencies": {
6
+ "@testing-library/jest-dom": "^6.9.1",
7
+ "@testing-library/react": "^16.3.2",
8
+ "jsdom": "^26.1.0",
9
+ "vitest": "^4.0.18"
10
+ }
11
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "scripts": {
3
+ "test": "vitest run"
4
+ },
5
+ "devDependencies": {
6
+ "@testing-library/jest-dom": "^6.9.1",
7
+ "@testing-library/react": "^16.3.2",
8
+ "jsdom": "^26.1.0",
9
+ "vitest": "^4.0.18"
10
+ }
11
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "scripts": {
3
+ "test": "vitest run"
4
+ },
5
+ "devDependencies": {
6
+ "@testing-library/jest-dom": "^6.9.1",
7
+ "@testing-library/vue": "^8.1.0",
8
+ "@vitejs/plugin-vue": "^6.0.3",
9
+ "jsdom": "^26.1.0",
10
+ "vitest": "^4.0.18"
11
+ }
12
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "scripts": {
3
+ "test": "vitest run"
4
+ },
5
+ "devDependencies": {
6
+ "@testing-library/jest-dom": "^6.9.1",
7
+ "@testing-library/vue": "^8.1.0",
8
+ "@vitejs/plugin-vue": "^6.0.3",
9
+ "jsdom": "^26.1.0",
10
+ "vitest": "^4.0.18"
11
+ }
12
+ }
@@ -7,7 +7,7 @@ export default defineConfig({
7
7
  // Configure Vitest (https://vitest.dev/config/)
8
8
  test: {
9
9
  environment: 'jsdom',
10
- setupFiles: './vitest.setup.js',
10
+ setupFiles: './vitest.setup.ts',
11
11
  },
12
12
  plugins: [pluginVue()],
13
13
  });
@@ -19,7 +19,7 @@
19
19
  "devDependencies": {
20
20
  "@rslib/core": "workspace:*",
21
21
  "rsbuild-plugin-unplugin-vue": "^0.1.0",
22
- "vue": "^3.5.26"
22
+ "vue": "^3.5.27"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "vue": "^3.2.0"
@@ -20,8 +20,8 @@
20
20
  "@rslib/core": "workspace:*",
21
21
  "rsbuild-plugin-unplugin-vue": "^0.1.0",
22
22
  "typescript": "^5.9.3",
23
- "vue": "^3.5.26",
24
- "vue-tsc": "^3.2.2"
23
+ "vue": "^3.5.27",
24
+ "vue-tsc": "^3.2.4"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "vue": "^3.2.0"
@@ -1,5 +0,0 @@
1
- ## Tools
2
-
3
- ### Rstest
4
-
5
- - Run `{{ packageManager }} run test` to test your code
@@ -1,25 +0,0 @@
1
- {
2
- "name": "rslib-node-dual-js",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "import": "./dist/index.js",
8
- "require": "./dist/index.cjs"
9
- }
10
- },
11
- "main": "./dist/index.cjs",
12
- "files": [
13
- "dist"
14
- ],
15
- "scripts": {
16
- "build": "rslib build",
17
- "dev": "rslib build --watch",
18
- "test": "rstest"
19
- },
20
- "devDependencies": {
21
- "@rslib/core": "workspace:*",
22
- "@rstest/adapter-rslib": "^0.1.1",
23
- "@rstest/core": "^0.7.9"
24
- }
25
- }
@@ -1,14 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- },
9
- {
10
- format: 'cjs',
11
- syntax: ['node 18'],
12
- },
13
- ],
14
- });
@@ -1,5 +0,0 @@
1
- ## Tools
2
-
3
- ### Rstest
4
-
5
- - Run `{{ packageManager }} run test` to test your code
@@ -1,29 +0,0 @@
1
- {
2
- "name": "rslib-node-dual-ts",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "types": "./dist/index.d.ts",
8
- "import": "./dist/index.js",
9
- "require": "./dist/index.cjs"
10
- }
11
- },
12
- "main": "./dist/index.cjs",
13
- "types": "./dist/index.d.ts",
14
- "files": [
15
- "dist"
16
- ],
17
- "scripts": {
18
- "build": "rslib build",
19
- "dev": "rslib build --watch",
20
- "test": "rstest"
21
- },
22
- "devDependencies": {
23
- "@rslib/core": "workspace:*",
24
- "@rstest/adapter-rslib": "^0.1.1",
25
- "@rstest/core": "^0.7.9",
26
- "@types/node": "^24.10.9",
27
- "typescript": "^5.9.3"
28
- }
29
- }
@@ -1,15 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- dts: true,
9
- },
10
- {
11
- format: 'cjs',
12
- syntax: ['node 18'],
13
- },
14
- ],
15
- });
@@ -1,24 +0,0 @@
1
- {
2
- "name": "rslib-node-dual-js",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "import": "./dist/index.js",
8
- "require": "./dist/index.cjs"
9
- }
10
- },
11
- "main": "./dist/index.cjs",
12
- "files": [
13
- "dist"
14
- ],
15
- "scripts": {
16
- "build": "rslib build",
17
- "dev": "rslib build --watch",
18
- "test": "vitest run"
19
- },
20
- "devDependencies": {
21
- "@rslib/core": "workspace:*",
22
- "vitest": "^4.0.17"
23
- }
24
- }
@@ -1,14 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- },
9
- {
10
- format: 'cjs',
11
- syntax: ['node 18'],
12
- },
13
- ],
14
- });
@@ -1 +0,0 @@
1
- export const squared = (n) => n * n;
@@ -1,5 +0,0 @@
1
- ## Tools
2
-
3
- ### Vitest
4
-
5
- - Run `{{ packageManager }} run test` to test your code
@@ -1,28 +0,0 @@
1
- {
2
- "name": "rslib-node-dual-ts",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "types": "./dist/index.d.ts",
8
- "import": "./dist/index.js",
9
- "require": "./dist/index.cjs"
10
- }
11
- },
12
- "main": "./dist/index.cjs",
13
- "types": "./dist/index.d.ts",
14
- "files": [
15
- "dist"
16
- ],
17
- "scripts": {
18
- "build": "rslib build",
19
- "dev": "rslib build --watch",
20
- "test": "vitest run"
21
- },
22
- "devDependencies": {
23
- "@rslib/core": "workspace:*",
24
- "@types/node": "^24.10.9",
25
- "typescript": "^5.9.3",
26
- "vitest": "^4.0.17"
27
- }
28
- }
@@ -1,15 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- dts: true,
9
- },
10
- {
11
- format: 'cjs',
12
- syntax: ['node 18'],
13
- },
14
- ],
15
- });
@@ -1 +0,0 @@
1
- export const squared = (n: number): number => n * n;
@@ -1,15 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["ES2022"],
4
- "module": "ESNext",
5
- "noEmit": true,
6
- "strict": true,
7
- "skipLibCheck": true,
8
- "isolatedModules": true,
9
- "resolveJsonModule": true,
10
- "moduleResolution": "bundler",
11
- "useDefineForClassFields": true,
12
- "allowImportingTsExtensions": true
13
- },
14
- "include": ["src"]
15
- }
@@ -1 +0,0 @@
1
- export const squared = (n) => n * n;
@@ -1 +0,0 @@
1
- export const squared = (n: number): number => n * n;
@@ -1,15 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["ES2022"],
4
- "module": "ESNext",
5
- "noEmit": true,
6
- "strict": true,
7
- "skipLibCheck": true,
8
- "isolatedModules": true,
9
- "resolveJsonModule": true,
10
- "moduleResolution": "bundler",
11
- "useDefineForClassFields": true,
12
- "allowImportingTsExtensions": true
13
- },
14
- "include": ["src"]
15
- }
@@ -1,5 +0,0 @@
1
- ## Tools
2
-
3
- ### Rstest
4
-
5
- - Run `{{ packageManager }} run test` to test your code
@@ -1,23 +0,0 @@
1
- {
2
- "name": "rslib-node-esm-js",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "import": "./dist/index.js"
8
- }
9
- },
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "build": "rslib build",
15
- "dev": "rslib build --watch",
16
- "test": "rstest"
17
- },
18
- "devDependencies": {
19
- "@rslib/core": "workspace:*",
20
- "@rstest/adapter-rslib": "^0.1.1",
21
- "@rstest/core": "^0.7.9"
22
- }
23
- }
@@ -1,10 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- },
9
- ],
10
- });
@@ -1,6 +0,0 @@
1
- import { withRslibConfig } from '@rstest/adapter-rslib';
2
- import { defineConfig } from '@rstest/core';
3
-
4
- export default defineConfig({
5
- extends: withRslibConfig(),
6
- });
@@ -1 +0,0 @@
1
- export const squared = (n) => n * n;
@@ -1,7 +0,0 @@
1
- import { expect, test } from '@rstest/core';
2
- import { squared } from '../src/index.js';
3
-
4
- test('squared', () => {
5
- expect(squared(2)).toBe(4);
6
- expect(squared(12)).toBe(144);
7
- });
@@ -1,5 +0,0 @@
1
- ## Tools
2
-
3
- ### Rstest
4
-
5
- - Run `{{ packageManager }} run test` to test your code
@@ -1,27 +0,0 @@
1
- {
2
- "name": "rslib-node-esm-ts",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "types": "./dist/index.d.ts",
8
- "import": "./dist/index.js"
9
- }
10
- },
11
- "types": "./dist/index.d.ts",
12
- "files": [
13
- "dist"
14
- ],
15
- "scripts": {
16
- "build": "rslib build",
17
- "dev": "rslib build --watch",
18
- "test": "rstest"
19
- },
20
- "devDependencies": {
21
- "@rslib/core": "workspace:*",
22
- "@rstest/adapter-rslib": "^0.1.1",
23
- "@rstest/core": "^0.7.9",
24
- "@types/node": "^24.10.9",
25
- "typescript": "^5.9.3"
26
- }
27
- }
@@ -1,11 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- dts: true,
9
- },
10
- ],
11
- });
@@ -1,6 +0,0 @@
1
- import { withRslibConfig } from '@rstest/adapter-rslib';
2
- import { defineConfig } from '@rstest/core';
3
-
4
- export default defineConfig({
5
- extends: withRslibConfig(),
6
- });
@@ -1 +0,0 @@
1
- export const squared = (n: number): number => n * n;
@@ -1,7 +0,0 @@
1
- import { expect, test } from '@rstest/core';
2
- import { squared } from '../src/index';
3
-
4
- test('squared', () => {
5
- expect(squared(2)).toBe(4);
6
- expect(squared(12)).toBe(144);
7
- });
@@ -1,15 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["ES2022"],
4
- "module": "ESNext",
5
- "noEmit": true,
6
- "strict": true,
7
- "skipLibCheck": true,
8
- "isolatedModules": true,
9
- "resolveJsonModule": true,
10
- "moduleResolution": "bundler",
11
- "useDefineForClassFields": true,
12
- "allowImportingTsExtensions": true
13
- },
14
- "include": ["src"]
15
- }
@@ -1,5 +0,0 @@
1
- ## Tools
2
-
3
- ### Vitest
4
-
5
- - Run `{{ packageManager }} run test` to test your code
@@ -1,22 +0,0 @@
1
- {
2
- "name": "rslib-node-esm-js",
3
- "version": "0.0.0",
4
- "type": "module",
5
- "exports": {
6
- ".": {
7
- "import": "./dist/index.js"
8
- }
9
- },
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "build": "rslib build",
15
- "dev": "rslib build --watch",
16
- "test": "vitest run"
17
- },
18
- "devDependencies": {
19
- "@rslib/core": "workspace:*",
20
- "vitest": "^4.0.17"
21
- }
22
- }
@@ -1,10 +0,0 @@
1
- import { defineConfig } from '@rslib/core';
2
-
3
- export default defineConfig({
4
- lib: [
5
- {
6
- format: 'esm',
7
- syntax: ['node 18'],
8
- },
9
- ],
10
- });