UNPKG

meet-addons-sdk

Version:

SDK for easy creation of addons for meet.rs

32 lines (31 loc) 786 B
{ "name": "meet-addons-sdk", "version": "0.5.0", "description": "SDK for easy creation of addons for meet.rs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "watch": "tsc --watch", "deploy": "npm run build && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/meet-rs-api/meet-addon-sdk.git" }, "keywords": [ "vivani", "meet.rs", "interviews" ], "author": "Vivani doo, Svilajnac", "license": "MIT", "bugs": { "url": "https://github.com/meet-rs-api/meet-addon-sdk/issues" }, "homepage": "https://github.com/meet-rs-api/meet-addon-sdk#readme", "dependencies": {}, "devDependencies": { "typescript": "^4.1.3" } }