UNPKG

1.29 kBJSONView Raw
1{
2 "name": "@prismatic-io/embedded",
3 "description": "Embed your prismatic.io application within your existing application.",
4 "keywords": [
5 "prismatic",
6 "marketplace",
7 "iPaaS",
8 "integration",
9 "components",
10 "integration designer"
11 ],
12 "homepage": "https://prismatic.io",
13 "bugs": {
14 "url": "https://github.com/prismatic-io/embedded"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/prismatic-io/embedded.git"
19 },
20 "license": "MIT",
21 "version": "2.11.2",
22 "main": "dist/index.js",
23 "types": "dist/index.d.ts",
24 "files": [
25 "dist/"
26 ],
27 "scripts": {
28 "build": "rm -rf dist/ && webpack",
29 "prepack": "npm run build",
30 "check-format": "prettier --check './src/**/*.{js,jsx,ts,tsx,css,html,json,scss}'",
31 "format": "prettier --loglevel error --write './src/**/*.{js,jsx,ts,tsx,css,html,json,scss}'",
32 "lint": "echo \"Warning: no lint specified\"",
33 "test": "echo \"Warning: no test specified\""
34 },
35 "devDependencies": {
36 "@types/node": "18.11.18",
37 "prettier": "2.8.3",
38 "ts-loader": "9.4.2",
39 "typescript": "4.9.5",
40 "webpack": "^5.96.1",
41 "webpack-cli": "5.0.1"
42 },
43 "dependencies": {
44 "@prismatic-io/translations": "^2.1.1",
45 "lodash.merge": "4.6.2",
46 "url-join": "5.0.0"
47 }
48}