https://github.com/afeiship/pkgjson
A Go library to read, modify, and manage package.json file.
https://github.com/afeiship/pkgjson
go json package pkg
Last synced: 2 months ago
JSON representation
A Go library to read, modify, and manage package.json file.
- Host: GitHub
- URL: https://github.com/afeiship/pkgjson
- Owner: afeiship
- Created: 2021-04-16T10:36:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T09:05:57.000Z (over 1 year ago)
- Last Synced: 2025-03-29T09:26:50.785Z (over 1 year ago)
- Topics: go, json, package, pkg
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pkgjson
> A Go library to read, modify, and manage package.json file.
## installation
```sh
go get -u github.com/afeiship/pkgjson
```
## usage
```go
package main
// code here
```