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.
- Host: GitHub
- URL: https://github.com/importantimport/package-json
- Owner: importantimport
- License: mit
- Created: 2024-08-29T11:33:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:23:03.000Z (about 1 year ago)
- Last Synced: 2025-03-27T04:51:14.310Z (7 months ago)
- Topics: hacktoberfest, package-json, typescript
- Language: TypeScript
- Homepage: https://npmjs.com/org/package-json
- Size: 367 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)_