2
0

build: 🏗️ Import typebot-js source

This commit is contained in:
Baptiste Arnaud
2022-03-10 17:47:59 +01:00
parent 31298e39c1
commit d134a265cd
34 changed files with 3321 additions and 64 deletions

View File

@ -0,0 +1,29 @@
{
"name": "typebot-js",
"version": "2.1.3",
"main": "dist/index.js",
"unpkg": "dist/index.umd.min.js",
"license": "MIT",
"scripts": {
"build": "yarn lint && rollup -c",
"lint": "eslint src --ext .ts && eslint tests --ext .ts",
"test": "yarn jest"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "<8.0.0",
"eslint-plugin-functional": "^4.2.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"rollup": "^2.70.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2"
}
}