@prismatic-io/embedded
Version:
Embed Prismatic's integration marketplace and workflow designer within your existing application.
119 lines (118 loc) • 4.1 kB
JSON
{
"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": "git+https://github.com/prismatic-io/embedded.git"
},
"license": "MIT",
"version": "4.13.0",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"unpkg": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"bin": {
"generate-types": "bin/generate-types.js"
},
"files": [
"dist/",
"bin/"
],
"scripts": {
"build": "rm -rf dist/ && tsdown && node_modules/typescript/bin/tsc --project tsconfig.generators.json && cp dist/index.d.cts dist/index.d.ts",
"prepack": "npm run build",
"format": "biome format --write .",
"format:check": "biome format .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"check": "biome check --write .",
"check:ci": "biome check .",
"test": "node_modules/typescript/bin/tsc -p tsconfig.test.json && vitest run",
"test:browser": "npm run build && playwright test",
"typecheck:compat": "node_modules/typescript-49/bin/tsc -p tsconfig.compat.json && node_modules/typescript-50/bin/tsc -p tsconfig.compat.json && node_modules/typescript-52/bin/tsc -p tsconfig.compat.json && node_modules/typescript-55/bin/tsc -p tsconfig.compat.json && node_modules/typescript-58/bin/tsc -p tsconfig.compat.json && node_modules/typescript/bin/tsc -p tsconfig.compat.latest.json",
"knip": "node_modules/.bin/knip",
"publint": "DEST=$(mktemp -d) && TARBALL=$(npm pack --ignore-scripts --silent --pack-destination \"$DEST\") && node_modules/.bin/publint \"$DEST/$TARBALL\"; STATUS=$?; rm -rf \"$DEST\"; exit $STATUS",
"attw": "DEST=$(mktemp -d) && TARBALL=$(npm pack --ignore-scripts --silent --pack-destination \"$DEST\") && node_modules/.bin/attw \"$DEST/$TARBALL\"; STATUS=$?; rm -rf \"$DEST\"; exit $STATUS",
"agadoo": "node_modules/.bin/agadoo dist/index.mjs",
"size-limit": "node_modules/.bin/size-limit",
"lint:package": "npm run publint && npm run attw && npm run agadoo && npm run size-limit"
},
"size-limit": [
{
"name": "ESM bundle",
"path": "dist/index.mjs",
"limit": "9 KB"
},
{
"name": "CJS bundle",
"path": "dist/index.cjs",
"limit": "9 KB"
},
{
"name": "UMD bundle (browser embed)",
"path": "dist/index.umd.js",
"limit": "9 KB"
}
],
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "^2.4.11",
"@mswjs/http-middleware": "^0.10.3",
"@playwright/test": "^1.59.1",
"@size-limit/preset-small-lib": "^13.0.3",
"@types/express": "^5.0.6",
"@types/jsdom": "^28.0.1",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^24.12.2",
"agadoo": "^3.0.0",
"esbuild": "^0.28.0",
"expect-type": "^1.3.0",
"express": "^5.2.1",
"jsdom": "^30.0.1",
"knip": "^6.11.0",
"msw": "^2.13.4",
"publint": "^0.3.18",
"rolldown": "^1.0.0-rc.18",
"size-limit": "^13.0.3",
"tsdown": "^0.22.1",
"typescript": "~6.0.3",
"typescript-49": "npm:typescript@~4.9",
"typescript-50": "npm:typescript@~5.0",
"typescript-52": "npm:typescript@~5.2",
"typescript-55": "npm:typescript@~5.5",
"typescript-58": "npm:typescript@~5.8",
"vitest": "^4.1.5"
},
"dependencies": {
"@prismatic-io/translations": "^2.10.0",
"json-schema-to-typescript": "^15.0.0",
"lodash.merge": "4.6.2",
"url-join": "5.0.0"
}
}