piral-ng
Version:
Plugin for integrating Angular components in Piral.
80 lines (79 loc) • 2.18 kB
JSON
{
"name": "piral-ng",
"version": "1.10.3",
"description": "Plugin for integrating Angular components in Piral.",
"keywords": [
"piral",
"smapiot",
"portal",
"modules",
"api",
"plugin",
"plugin-converter",
"angular",
"ng"
],
"author": "smapiot",
"homepage": "https://piral.io",
"license": "MIT",
"module": "lib/index.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./common": "./common.js",
"./compiler-dynamic": "./compiler-dynamic.js",
"./convert": "./convert.js",
"./core-dynamic": "./core-dynamic.js",
"./extend-webpack": "./extend-webpack.js",
"./standalone": "./lib/standalone.js",
"./lib/*": {
"types": "./lib/*.d.ts",
"import": "./lib/*"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"lib",
"src",
"common.d.ts",
"common.js",
"compiler-dynamic.js",
"convert.d.ts",
"convert.js",
"core-dynamic.js",
"extend-webpack.js"
],
"repository": {
"type": "git",
"url": "https://github.com/smapiot/piral.git"
},
"bugs": {
"url": "https://github.com/smapiot/piral/issues"
},
"scripts": {
"cleanup": "rimraf common esm lib convert.d.ts convert.js",
"build": "yarn build:esnext && yarn build:convert",
"build:convert": "tsc convert.ts --skipLibCheck --declaration --module esnext",
"build:esnext": "tsc --project tsconfig.json --outDir lib --module esnext",
"typedoc": "typedoc --json ../../../docs/types/piral-ng.json src --exclude \"src/**/*.test.*\"",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"peerDependencies": {
"piral-ng-common": "*"
},
"devDependencies": {
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"piral-core": "^1.10.3",
"piral-ng-common": "^16.0.0",
"rxjs": "^7.3.0"
},
"gitHead": "d01fa2763b3ef45efc823c148cf7198e105387de"
}