mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-11-09 22:08:12 +01:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { readPackage } from 'read-pkg'
|
|
|
|
export const packageJSON = await readPackage({
|
|
cwd: new URL('..', import.meta.url)
|
|
})
|