partey_workadventure/front/packages/iframe-api-typings/package.json

17 lines
459 B
JSON
Raw Permalink Normal View History

{
"name": "@workadventure/iframe-api-typings",
"version": "VERSION_PLACEHOLDER",
"description": "Typescript typings for WorkAdventure iFrame API",
"main": "iframe_api.js",
"types": "iframe_api.d.ts",
"repository": "https://github.com/thecodingmachine/workadventure/",
"author": "David Négrier <d.negrier@thecodingmachine.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"rxjs": "^6.6.3"
}
}