name: section-tests
organization: distributed-systems
version: 3.0.0
elevator-pitch: pitch
engine:
    node: 12.0.0+
commands:
    test: node --no-warnings --experimental-modules ./bin/run.js ./test/*.js
npm-convert:
    source:
        - ./src
        - ./index.js
    destination: ./npm
    mapping:
        distributed-systems/glob: @distributed-systems/glob
        distributed-systems/types: @distributed-systems/types
        distributed-systems/callsite: @distributed-systems/callsite
dev-link:
            