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

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.

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
```