@interopio/ng
Version:
IO Connect library for Angular - Browser and Desktop
59 lines (58 loc) • 1.46 kB
JSON
{
"name": "@interopio/ng",
"version": "6.1.1",
"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": ">=19.0.0",
"@angular/core": ">=19.0.0"
},
"files": [
"dist/"
],
"dependencies": {
"@interopio/browser": "^4.2.1",
"@interopio/browser-platform": "^4.2.1",
"@interopio/desktop": "^6.14.0"
},
"sideEffects": false,
"module": "./dist/fesm2022/interopio-ng.mjs",
"typings": "./dist/index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./dist/index.d.ts",
"default": "./dist/fesm2022/interopio-ng.mjs"
}
},
"gitHead": "615e2cfb4c9e3b05acae47bd238e86ef68c418f7"
}