UNPKG

@hank.chat/types

Version:
38 lines (37 loc) 880 B
{ "name": "@hank.chat/types", "version": "0.1.59", "description": "Types for Hank", "files": [ "dist" ], "scripts": { "build": "rm -rf ./dist/ && node esbuild.js && tsc --declaration --emitDeclarationOnly --outDir dist" }, "repository": { "type": "git", "url": "git+https://github.com/hankchat/hank-typescript-types.git" }, "keywords": [ "hank", "chat", "bot", "types" ], "author": "Marc Addeo (https://hank.chat/)", "license": "ISC", "bugs": { "url": "https://github.com/hankchat/hank-typescript-types/issues" }, "homepage": "https://github.com/hankchat/hank-typescript-types#readme", "devDependencies": { "esbuild": "^0.24.0", "ts-proto": "^2.2.0", "typescript": "^5.6.2" }, "exports": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "@types/node": "^22.7.5" } }