@o3r/rules-engine
Version:
This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.
198 lines • 5.46 kB
JSON
{
"name": "@o3r/rules-engine",
"version": "13.3.1",
"publishConfig": {
"access": "public"
},
"description": "This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.",
"keywords": [
"rules-engine",
"otter",
"otter-module",
"otter-cms"
],
"exports": {
"./package.json": {
"default": "./package.json"
},
"./schemas/*.json": {
"default": "./schemas/*.json"
},
"./builders/*": {
"types": "./builders/*.d.ts",
"default": "./builders/*"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/o3r-rules-engine.mjs"
},
"./fixtures/jest": {
"types": "./fixtures/jest/index.d.ts",
"default": "./fesm2022/o3r-rules-engine-fixtures-jest.mjs"
},
"./fixtures/jasmine": {
"types": "./fixtures/jasmine/index.d.ts",
"default": "./fesm2022/o3r-rules-engine-fixtures-jasmine.mjs"
}
},
"generatorDependencies": {
"jsonpath-plus": "~10.3.0"
},
"peerDependencies": {
"@angular-devkit/architect": ">=0.2000.0 <0.2100.0-0",
"@angular-devkit/core": "^20.0.0",
"@angular-devkit/schematics": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"@ngrx/effects": "^20.0.0",
"@ngrx/entity": "^20.0.0",
"@ngrx/store": "^20.0.0",
"@ngx-translate/core": "^15.0.0 || ~16.0.4",
"@o3r/core": "~13.3.1",
"@o3r/extractors": "~13.3.1",
"@o3r/logger": "~13.3.1",
"@o3r/schematics": "~13.3.1",
"@schematics/angular": "^20.0.0",
"@types/json-schema": "^7.0.15",
"globby": "^11.1.0",
"jasmine": "^5.0.0",
"json-schema": "~0.4.0",
"jsonpath-plus": "^9.0.0 || ^10.0.0",
"rxjs": "^7.8.1",
"ts-node": "~10.9.2",
"type-fest": "^4.30.0",
"typescript": "^5.9.0",
"typescript-json-schema": "^0.65.0"
},
"peerDependenciesMeta": {
"@angular-devkit/core": {
"optional": true
},
"@angular-devkit/schematics": {
"optional": true
},
"@o3r/extractors": {
"optional": true
},
"@o3r/schematics": {
"optional": true
},
"@schematics/angular": {
"optional": true
},
"@types/json-schema": {
"optional": true
},
"globby": {
"optional": true
},
"jasmine": {
"optional": true
},
"json-schema": {
"optional": true
},
"type-fest": {
"optional": true
},
"typescript": {
"optional": true
},
"typescript-json-schema": {
"optional": true
}
},
"dependencies": {
"@o3r/schematics": "~13.3.1",
"tslib": "^2.6.2"
},
"engines": {
"node": "^20.19.0 || ^22.17.0 || ^24.0.0"
},
"builders": "./builders.json",
"ng-update": {
"migrations": "./migration.json"
},
"cmsMetadata": {
"localizationFilePath": "./localisation.metadata.json",
"componentFilePath": "./component.class.metadata.json",
"configurationFilePath": "./component.config.metadata.json",
"styleFilePath": "./style.metadata.json",
"rulesEngineOperatorsFilePath": "./rules.operators.metadata.json"
},
"schematics": "./collection.json",
"module": "fesm2022/o3r-rules-engine.mjs",
"typings": "index.d.ts",
"sideEffects": false,
"contributors": [
{
"name": "Yannick Adam",
"url": "https://github.com/yannickadam",
"email": "yannickadam@users.noreply.github.com"
},
{
"name": "Kilian Panot",
"url": "https://github.com/kpanot",
"email": "kpanot@users.noreply.github.com"
},
{
"name": "Jeremy Bourgeois",
"url": "https://github.com/jbourgeois-1A",
"email": "jbourgeois-1A@users.noreply.github.com"
},
{
"name": "Pierre Henri Ginoux",
"url": "https://github.com/pginoux-1A",
"email": "pginoux-1A@users.noreply.github.com"
},
{
"name": "Mircea Vasile Rednic",
"url": "https://github.com/mrednic-1A",
"email": "mrednic-1A@users.noreply.github.com"
},
{
"name": "Stephane Dalle",
"url": "https://github.com/sdalle-1A",
"email": "sdalle-1A@users.noreply.github.com"
},
{
"name": "Nicolas Hoffmann",
"url": "https://github.com/nhoffmann-1A",
"email": "nhoffmann-1A@users.noreply.github.com"
},
{
"name": "Victor Scaiceanu",
"url": "https://github.com/vscaiceanu-1a",
"email": "vscaiceanu-1A@users.noreply.github.com"
},
{
"name": "Florian Paul",
"url": "https://github.com/fpaul-1A",
"email": "fpaul-1A@users.noreply.github.com"
},
{
"name": "Corinne Paulve",
"url": "https://github.com/cpaulve-1A",
"email": "cpaulve-1A@users.noreply.github.com"
},
{
"name": "Matthieu Crouzet",
"url": "https://github.com/matthieu-crouzet",
"email": "matthieu-crouzet@users.noreply.github.com"
},
{
"name": "Salome Do",
"url": "https://github.com/sdo-1A",
"email": "sdo-1A@users.noreply.github.com"
}
],
"bugs": "https://github.com/AmadeusITGroup/otter/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/AmadeusITGroup/otter.git"
},
"license": "BSD-3-Clause",
"homepage": "https://amadeusitgroup.github.io/otter/"
}