@inweb/client
Version:
JavaScript REST API client for the Open Cloud Server
35 lines (34 loc) • 761 B
JSON
{
"name": "@inweb/client",
"version": "27.5.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": "~27.5.0"
},
"devDependencies": {
"fflate": "^0.8.2"
}
}