987325e787
Because some methods are returning Subjects, we need to import rxjs as a dependency of the package to have full typing available.
17 lines
459 B
JSON
17 lines
459 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|