UNPKG

@hank.chat/pdk

Version:
41 lines (40 loc) 1.05 kB
{ "name": "@hank.chat/pdk", "version": "0.1.39", "description": "TypeScript PDK for Hank", "files": [ "dist" ], "scripts": { "build": "rm -rf ./dist/ && node esbuild.js && tsc --skipLibCheck --declaration --emitDeclarationOnly --outDir dist", "postbuild": "cp src/plugin.d.ts dist" }, "repository": { "type": "git", "url": "git+https://github.com/hankchat/hank-typescript-pdk.git" }, "keywords": [ "hank", "chat", "bot", "pdk" ], "author": "Marc Addeo (https://hank.chat/)", "license": "ISC", "bugs": { "url": "https://github.com/hankchat/hank-typescript-pdk/issues" }, "homepage": "https://github.com/hankchat/hank-typescript-pdk#readme", "devDependencies": { "@extism/js-pdk": "^1.0.1", "@hank.chat/types": "^0.1.59", "@types/uuid": "^10.0.0", "esbuild": "^0.24.0", "polyfill-crypto-methods": "^0.2.0", "type-fest": "^4.26.1", "typescript": "^5.6.2", "uuid": "^10.0.0" }, "exports": "./dist/index.js", "types": "./dist/index.d.ts" }