@inweb/client
Version:
JavaScript REST API client for the Open Cloud Server
32 lines (31 loc) • 710 B
JSON
{
"name": "@inweb/client",
"version": "26.4.0",
"description": "JavaScript REST API client for the Open Cloud Server",
"homepage": "https://cloud.opendesign.com/docs/index.html",
"license": "SEE LICENSE IN LICENSE",
"author": "Open Design Alliance",
"keywords": [
"opendesign",
"opencloud",
"inweb",
"api"
],
"sideEffects": false,
"main": "dist/client.js",
"module": "dist/client.module.js",
"types": "lib/index.d.ts",
"files": [
"dist",
"lib/**/*.d.ts",
"src"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "karma start karma.conf.js",
"docs": "typedoc"
},
"dependencies": {
"@inweb/eventemitter2": "~26.4.0"
}
}