2
0
Files
bot/packages/typebot-js/package.json

29 lines
764 B
JSON
Raw Normal View History

{
"name": "typebot-js",
"version": "2.2.11",
"main": "dist/index.js",
"unpkg": "dist/index.umd.min.js",
2022-03-17 16:39:12 +01:00
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
2022-08-08 08:21:36 +02:00
"test": "pnpm jest"
},
"devDependencies": {
2022-11-02 19:45:46 +01:00
"@types/jest": "29.2.1",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"baptistearno-tsup": "^0.1.0",
2022-11-02 19:45:46 +01:00
"eslint": "8.26.0",
2022-10-09 07:48:58 +02:00
"eslint-plugin-functional": "4.4.1",
2022-11-02 19:45:46 +01:00
"eslint-plugin-jest": "27.1.3",
"eslint-plugin-prettier": "4.2.1",
2022-11-02 19:45:46 +01:00
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
2022-08-08 08:21:36 +02:00
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
}
}