@toloka-dev/tbx-external-field-client
Version:
Library designed to facilitate communication and configuration management between TBX and an external app
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "@toloka-dev/tbx-external-field-client",
"description": "Library designed to facilitate communication and configuration management between TBX and an external app",
"version": "1.0.5",
"license": "MIT",
"author": "Andrei Gridin <andgridin@toloka.ai> (https://toloka.ai)",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"lint:types": "tsc -noEmit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"penpal": "6.2.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "12.1.2",
"@rollup/plugin-node-resolve": "16.0.1",
"@rollup/plugin-commonjs": "28.0.5",
"typescript": "5.7.3",
"rollup": "4.43.0",
"rollup-plugin-dts": "6.2.1",
"rimraf": "6.0.1"
},
"peerDependencies": {
"react": "^18.2.0"
},
"keywords": [
"tb",
"tbx",
"template-builder",
"react",
"typescript"
]
}