An open API service indexing awesome lists of open source software.

https://github.com/importantimport/package-json

{...} Command-line tools and libraries for package.json.
https://github.com/importantimport/package-json

hacktoberfest package-json typescript

Last synced: 6 months ago
JSON representation

{...} Command-line tools and libraries for package.json.

Awesome Lists containing this project

README

          

# @package-json

## [create](packages/create/)

Zero-config `package.json` creator.

```bash
npm create @package-json
```

## [sort](packages/sort/)

Opinionated `package.json` sorter.

```bash
npx @package-json/sort
```

## [types](packages/types/)

Auto-generated `package.json` types.

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

## License

[MIT](LICENSE.md)

---

_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Wed Sep 11 2024)_