@interopio/ng
Version:
IO Connect library for Angular - Browser and Desktop
62 lines (61 loc) • 1.58 kB
JSON
{
"name": "@interopio/ng",
"version": "5.0.2",
"description": "IO Connect library for Angular - Browser and Desktop",
"license": "MIT",
"publishConfig": {
"@interopio:registry": "https://registry.npmjs.org",
"access": "public"
},
"author": {
"name": "Interop.IO",
"url": "https://interop.io/"
},
"homepage": "https://interop.io/",
"keywords": [
"glue",
"glue42",
"angular",
"interop.io",
"io.connect browser",
"io.connect desktop"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && node ./publish/removeRedundantDist.js",
"watch": "ng build --watch --configuration development",
"audit": "echo no audit found",
"audit:V1": "node ../../scripts/audit/index.js",
"postversion": "npm run build",
"test": "echo no tests"
},
"peerDependencies": {
"@angular/common": ">=12.*",
"@angular/core": ">=12.*",
"rxjs": "~7.8.0"
},
"files": [
"dist/"
],
"dependencies": {
"@interopio/browser": "^4.0.2",
"@interopio/browser-platform": "^4.0.2",
"@interopio/desktop": "^6.9.2"
},
"sideEffects": false,
"module": "./dist/fesm2022/interopio-ng.mjs",
"typings": "./dist/index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./dist/index.d.ts",
"esm2022": "./dist/esm2022/interopio-ng.mjs",
"esm": "./dist/esm2022/interopio-ng.mjs",
"default": "./dist/fesm2022/interopio-ng.mjs"
}
},
"gitHead": "45aba98d954a3aefad89eac0e30b7070c47fcb2e"
}