@thebespokepixel/meta
v3.0.5
Published
Extract package metadata with consistent presentation
Downloads
85
Maintainers
Readme
@thebespokepixel/meta
Extract package metadata with consistent presentation.
Publishing Status
Development Status
Documentation/Help
Usage
Installation
npm install --save @thebespokepixel/meta
Setup
Import (or require) the module…
import {dirname} from 'node:path'
import {fileURLToPath} from 'node:url'
import meta from '@thebespokepixel/meta'
const metadata = meta(dirname(fileURLToPath(import.meta.url))) // Start searching from inside this scripts module
Documentation
Full documentation can be found at https://thebespokepixel.github.io/meta/