|
| 1 | +{ |
| 2 | + "name": "@msinternal/botframework-webchat-api-graph", |
| 3 | + "version": "0.0.0-0", |
| 4 | + "description": "botframework-webchat-api/graph package", |
| 5 | + "main": "./dist/botframework-webchat-api-graph.js", |
| 6 | + "types": "./dist/botframework-webchat-api-graph.d.ts", |
| 7 | + "exports": { |
| 8 | + ".": { |
| 9 | + "import": { |
| 10 | + "types": "./dist/botframework-webchat-api-graph.d.mts", |
| 11 | + "default": "./dist/botframework-webchat-api-graph.mjs" |
| 12 | + }, |
| 13 | + "require": { |
| 14 | + "types": "./dist/botframework-webchat-api-graph.d.ts", |
| 15 | + "default": "./dist/botframework-webchat-api-graph.js" |
| 16 | + } |
| 17 | + } |
| 18 | + }, |
| 19 | + "author": "Microsoft Corporation", |
| 20 | + "license": "MIT", |
| 21 | + "private": true, |
| 22 | + "repository": { |
| 23 | + "type": "git", |
| 24 | + "url": "git+https://github.com/microsoft/BotFramework-WebChat.git" |
| 25 | + }, |
| 26 | + "bugs": { |
| 27 | + "url": "https://github.com/microsoft/BotFramework-WebChat/issues" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + "./dist/**/*", |
| 31 | + "./src/**/*", |
| 32 | + "*.js" |
| 33 | + ], |
| 34 | + "homepage": "https://github.com/microsoft/BotFramework-WebChat/tree/main/packages/api-graph#readme", |
| 35 | + "scripts": { |
| 36 | + "build": "npm run --if-present build:pre && npm run build:run && npm run --if-present build:post", |
| 37 | + "build:pre": "npm run build:pre:local-dependencies && npm run build:pre:watch", |
| 38 | + "build:pre:local-dependencies": "../../scripts/npm/build-local-dependencies.sh", |
| 39 | + "build:pre:watch": "../../scripts/npm/build-watch.sh", |
| 40 | + "build:run": "tsup", |
| 41 | + "bump": "npm run bump:prod && npm run bump:dev && npm run bump:peer && (npm audit fix || exit 0)", |
| 42 | + "bump:dev": "../../scripts/npm/bump-dev.sh", |
| 43 | + "bump:peer": "../../scripts/npm/bump-peer.sh", |
| 44 | + "bump:prod": "../../scripts/npm/bump-prod.sh", |
| 45 | + "eslint": "npm run precommit", |
| 46 | + "postversion": "node ../../scripts/npm/postversion.sh", |
| 47 | + "precommit": "npm run precommit:eslint -- src && npm run precommit:typecheck", |
| 48 | + "precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0", |
| 49 | + "precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false", |
| 50 | + "preversion": "node ../../scripts/npm/preversion.sh", |
| 51 | + "start": "../../scripts/npm/notify-build.sh \"src\"" |
| 52 | + }, |
| 53 | + "pinDependencies": {}, |
| 54 | + "localDependencies": {}, |
| 55 | + "devDependencies": { |
| 56 | + "typescript": "^5.7.3" |
| 57 | + }, |
| 58 | + "peerDependencies": { |
| 59 | + "react": ">= 16.8.6" |
| 60 | + }, |
| 61 | + "dependencies": { |
| 62 | + "valibot": "1.1.0" |
| 63 | + } |
| 64 | +} |
0 commit comments