2
0
Files
bot/packages/typebot-js/package.json
2022-11-10 07:20:49 +01:00

29 lines
763 B
JSON

{
"name": "typebot-js",
"version": "2.2.12",
"main": "dist/index.js",
"unpkg": "dist/index.global.js",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
"test": "pnpm jest"
},
"devDependencies": {
"@types/jest": "29.2.1",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"baptistearno-tsup": "^0.1.0",
"eslint": "8.26.0",
"eslint-plugin-functional": "4.4.1",
"eslint-plugin-jest": "27.1.3",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.2.2",
"jest-environment-jsdom": "29.2.2",
"prettier": "2.7.1",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
}
}