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

26 lines
591 B
JSON
Raw Normal View History

{
"name": "typebot-js",
"version": "2.2.14",
"main": "dist/index.js",
"unpkg": "dist/index.global.js",
2022-03-17 16:39:12 +01:00
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
2022-11-21 11:12:43 +01:00
"lint": "eslint \"src/**/*.ts*\"",
2022-08-08 08:21:36 +02:00
"test": "pnpm jest"
},
"devDependencies": {
2022-12-05 16:16:49 +01:00
"@types/jest": "29.2.4",
2022-11-21 11:12:43 +01:00
"tsup": "6.5.0",
2022-12-05 16:16:49 +01:00
"eslint": "8.29.0",
2022-11-21 11:12:43 +01:00
"eslint-config-custom": "workspace:*",
2022-11-15 15:42:13 +01:00
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
2022-11-27 10:31:23 +01:00
"prettier": "2.8.0",
"ts-jest": "29.0.3",
2022-11-21 19:08:14 +01:00
"typescript": "4.9.3",
2022-11-21 11:12:43 +01:00
"tsconfig": "workspace:*"
}
}