UNPKG

@prismatic-io/embedded

Version:

Embed Prismatic's integration marketplace and workflow designer within your existing application.

49 lines (48 loc) 1.32 kB
{ "name": "@prismatic-io/embedded", "description": "Embed Prismatic's integration marketplace and workflow designer within your existing application.", "keywords": [ "prismatic", "marketplace", "iPaaS", "integration", "components", "integration designer" ], "homepage": "https://prismatic.io", "bugs": { "url": "https://github.com/prismatic-io/embedded" }, "repository": { "type": "git", "url": "https://github.com/prismatic-io/embedded.git" }, "license": "MIT", "version": "3.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "rm -rf dist/ && webpack", "prepack": "npm run build", "check-format": "prettier --check './src/**/*.{js,jsx,ts,tsx,css,html,json,scss}'", "format": "prettier --loglevel error --write './src/**/*.{js,jsx,ts,tsx,css,html,json,scss}'", "lint": "echo \"Warning: no lint specified\"", "test": "echo \"Warning: no test specified\"" }, "devDependencies": { "@types/node": "18.11.18", "prettier": "2.8.3", "ts-loader": "9.4.2", "typescript": "4.9.5", "webpack": "^5.96.1", "webpack-cli": "5.0.1" }, "dependencies": { "@prismatic-io/translations": "^2.1.1", "lodash.merge": "4.6.2", "url-join": "5.0.0" } }