import {inspect} from 'node:util'
import * as specifications from './all'
console.log(inspect(specifications, {depth: 18, colors: true}))