UNPKG

@ton-api/streaming

Version:
56 lines (55 loc) 1.2 kB
{ "name": "@ton-api/streaming", "version": "0.0.1-beta.0", "description": "Realtime streaming SDK for tonapi.io", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs", "default": "./dist/index.js" } }, "scripts": { "build": "tsup && npx rimraf ./dist/index.d.mts", "test": "jest" }, "license": "GPL-3.0", "bugs": { "url": "https://github.com/tonkeeper/tonapi-js/issues" }, "homepage": "https://github.com/tonkeeper/tonapi-js/blob/main/packages/streaming#readme", "repository": { "type": "git", "url": "git+https://github.com/tonkeeper/tonapi-js.git" }, "keywords": [ "TON", "Blockchain", "API", "TonApi", "Realtime", "Streaming" ], "author": "Ton Apps", "authors": [ { "name": "siandreev" } ], "dependencies": { "@ton-api/isomorphic-ws": "^0.0.1" }, "devDependencies": { "@types/jest": "^29.5.12", "dotenv": "^16.4.1", "jest": "^29.7.0", "ts-jest": "^29.1.2" } }