🏗️ Use tsup for bot and typebot-js packages
This commit is contained in:
committed by
Baptiste Arnaud
parent
0b58f4e976
commit
84163c6585
@ -5,28 +5,24 @@
|
||||
"unpkg": "dist/index.umd.min.js",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"dev": "pnpm rollup -c --watch",
|
||||
"build": "pnpm lint && rollup -c",
|
||||
"dev": "tsup --watch",
|
||||
"build": "tsup",
|
||||
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
|
||||
"test": "pnpm jest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-environment-jsdom": "29.1.2",
|
||||
"@rollup/plugin-typescript": "8.5.0",
|
||||
"@types/jest": "29.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"baptistearno-tsup": "^0.1.0",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-plugin-functional": "4.4.1",
|
||||
"eslint-plugin-jest": "27.1.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"jest": "29.1.2",
|
||||
"jest-environment-jsdom": "29.1.2",
|
||||
"prettier": "2.7.1",
|
||||
"rollup": "2.79.1",
|
||||
"rollup-plugin-styles": "4.0.0",
|
||||
"rollup-plugin-terser": "7.0.2",
|
||||
"ts-jest": "29.0.3",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.8.4"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user