UNPKG

@shelf/agent-assist-sdk

Version:
94 lines (93 loc) 2.58 kB
{ "name": "@shelf/agent-assist-sdk", "version": "3.7.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/ && yarn build:types && yarn build:code", "build:code": "webpack", "build:types": "tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib", "coverage": "yarn test --coverage", "dev": "webpack serve -c webpack.dev.config.js --mode development ", "lint": "yarn lint:ci --fix", "lint:ci": "eslint . --quiet", "prepack": "yarn build", "prepare": "husky", "test": "TZ=UTC jest src", "type-check": "tsc --noEmit", "type-check:watch": "npm 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}": [ "yarn lint" ] }, "prettier": "@shelf/prettier-config", "dependencies": { "structured-channel": "2.4.0" }, "devDependencies": { "@babel/cli": "7.26.4", "@babel/core": "7.26.9", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-transform-runtime": "7.25.9", "@babel/preset-env": "7.26.7", "@babel/preset-react": "7.26.3", "@babel/preset-typescript": "7.26.0", "@shelf/eslint-config": "4.4.0", "@shelf/prettier-config": "1.0.0", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.2.0", "@types/jest": "29.5.14", "@types/node": "22.10.2", "ace-builds": "1.37.5", "babel-jest": "29.7.0", "babel-loader": "9.2.1", "css-loader": "7.1.2", "eslint": "9.19.0", "html-webpack-plugin": "5.6.3", "husky": "9.1.7", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lint-staged": "15.4.3", "mini-css-extract-plugin": "2.9.2", "path": "0.12.7", "prettier": "3.4.2", "react": "19.0.0", "react-ace": "13.0.0", "react-dom": "19.0.0", "typescript": "5.7.3", "webpack": "5.97.1", "webpack-cli": "6.0.1", "webpack-dev-server": "5.2.0" }, "publishConfig": { "access": "public" } }