Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 604 Bytes

File metadata and controls

42 lines (26 loc) · 604 Bytes

@package-json

Zero-config package.json creator.

npm create @package-json

Opinionated package.json sorter.

npx @package-json/sort

Auto-generated package.json types.

import type { PackageJson } from '@package-json/types'

const pkg: PackageJson = {
  name: 'foo',
  version: '1.0.0',
}

License

MIT


🤖 auto updated with automd (last updated: Wed Sep 11 2024)