30 lines
794 B
YAML
30 lines
794 B
YAML
scope: '@efforting.tech'
|
|
registry: 'https://npm.efforting.tech/'
|
|
version: 0.2.2
|
|
|
|
author:
|
|
name: 'Mikael Lövqvist'
|
|
email: 'mikael@efforting.tech'
|
|
url: 'https://gitea.efforting.tech/mikael-lovqvist'
|
|
|
|
|
|
packages:
|
|
errors:
|
|
path: source/errors.mjs
|
|
documentation: documentation/errors
|
|
description: Library wide error definitions
|
|
|
|
rule-processing:
|
|
path: source/rule-processing
|
|
documentation: documentation/rule-processing
|
|
description: Rule based visitors, transformers, resolvers, processors, operators, aggregators and such.
|
|
internal-dependencies:
|
|
- errors
|
|
|
|
|
|
wip-packages:
|
|
object-graph-storage:
|
|
path: source/object-graph-storage
|
|
documentation: documentation/object-graph-storage
|
|
description: Lightweight persistent storage for structured data.
|