@zohodesk/platform-middleware
Version:
Generalized Contract for the events from Marketplace App, In-App widgets, CRM-Plus and EFC
26 lines (25 loc) • 730 B
JSON
{
"name": "@zohodesk/platform-middleware",
"version": "0.0.1-beta.29",
"description": "Generalized Contract for the events from Marketplace App, In-App widgets, CRM-Plus and EFC",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"scripts": {
"start": "npm run build -- -w & npm run build:es -- -w",
"build": "react-cli build:component:cmjs",
"build:es": "react-cli build:library:es",
"copyFiles": "node scripts/copyFiles.js",
"prepare": "npm run build && npm run build:es"
},
"keywords": [
"Marketplace",
"Contract",
"MpContract"
],
"author": "Saravana Kumar Putta Selvaraj",
"license": "MIT",
"dependencies": {
"selectn": "^1.1.2"
}
}