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

26 lines
591 B
JSON
Raw Normal View History

{
"name": "typebot-js",
"version": "2.2.16",
"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": {
"@types/jest": "29.2.5",
2022-11-21 11:12:43 +01:00
"tsup": "6.5.0",
"eslint": "8.31.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",
2023-01-14 16:53:34 +01:00
"prettier": "2.8.3",
"ts-jest": "29.0.5",
2022-12-18 11:50:56 +01:00
"typescript": "4.9.4",
2022-11-21 11:12:43 +01:00
"tsconfig": "workspace:*"
}
}