UNPKG

@shelf/agent-assist-sdk

Version:
98 lines (97 loc) 2.66 kB
{ "name": "@shelf/agent-assist-sdk", "version": "3.9.0", "description": "SDK for Shelf Agent Assist Express", "keywords": [ "Shelf", "Agent assist", "Agent assist SDK" ], "repository": "https://github.com/shelfio/agent-assist-sdk.git", "license": "MIT", "author": { "name": "Yaroslav Chapelskyi", "email": "slavko@shelf.io", "url": "https://shelf.io" }, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "build": "rm -rf lib/ && pnpm build:types && pnpm build:code", "build:code": "webpack", "build:types": "tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib", "coverage": "pnpm test --coverage", "dev": "webpack serve -c webpack.dev.config.js --mode development ", "lint": "pnpm lint:ci --fix", "lint:ci": "eslint . --quiet", "prepack": "pnpm build", "prepare": "husky", "test": "TZ=UTC jest src", "type-check": "tsc --noEmit", "type-check:watch": "pnpm run type-check --watch" }, "husky": { "hooks": { "pre-commit": "lint-staged", "post-commit": "git update-index --again" } }, "lint-staged": { "*.{html,md,yml}": [ "prettier --write" ], "*.{js,ts,json}": [ "pnpm lint" ] }, "prettier": "@shelf/prettier-config", "dependencies": { "structured-channel": "2.4.0" }, "devDependencies": { "@babel/cli": "7.28.6", "@babel/core": "7.28.6", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-transform-runtime": "7.28.5", "@babel/preset-env": "7.28.6", "@babel/preset-react": "7.28.5", "@babel/preset-typescript": "7.28.5", "@shelf/eslint-config": "5.4.0", "@shelf/prettier-config": "1.0.0", "@testing-library/dom": "10.4.1", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.1", "@types/jest": "30.0.0", "@types/node": "25.0.8", "ace-builds": "1.43.5", "babel-jest": "30.2.0", "babel-loader": "10.0.0", "css-loader": "7.1.2", "eslint": "9.39.2", "html-webpack-plugin": "5.6.5", "husky": "9.1.7", "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "lint-staged": "16.2.7", "mini-css-extract-plugin": "2.9.4", "path": "0.12.7", "prettier": "3.7.4", "react": "19.2.3", "react-ace": "14.0.1", "react-dom": "19.2.3", "typescript": "5.9.3", "webpack": "5.104.1", "webpack-cli": "6.0.1", "webpack-dev-server": "5.2.3" }, "publishConfig": { "access": "public" }, "packageManager": "pnpm@10.17.1", "engines": { "pnpm": ">=10.17.0" } }