Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "libmon", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.js", | ||
@@ -12,3 +12,3 @@ "typings": "dist/index.d.ts", | ||
"license": "ISC", | ||
"description": "", | ||
"description": "Monetize your library with token validation and usage limits", | ||
"dependencies": { | ||
@@ -15,0 +15,0 @@ "axios": "^0.21.1" |
<p align="center"> | ||
<img src="https://libmon.com/images/libmon.svg" alt="Libmon Logo"/> | ||
</p> | ||
![Libmon logo](https://libmon.com/images/libmon.svg) | ||
The Libmon Library helps you monetize your library by handling token validation and enforcing usage limits for a library. | ||
--- | ||
title: "Preparing to Publish" | ||
date: 2021-02-20T14:20:19-06:00 | ||
draft: false | ||
--- | ||
It validates tokens against the [Libmon](https://libmon.com) service. | ||
The Libmon Library handles token validation and usage limits for a library. It validates tokens against the [Libmon](https://libmon.com) service. | ||
This package is [open-source](https://github.com/getamna/libmon). | ||
@@ -31,3 +24,3 @@ | ||
Libmon exposes a few methods such as `crash()` and `increment()` to create internal counters that limit the amount of usage on a library without updgrading to a token. | ||
Libmon exposes a few methods such as `crash()` and `increment()` that can be used to set limits on a program. | ||
@@ -83,4 +76,4 @@ If a token is valid, Libmon methods will not crash a program. | ||
### Generating Tokens | ||
You can use our token generation service. To publish to Libmon, and get free tokens, simply [purchase here](https://libmon.com/#publish). It costs $20 for 100 tokens. | ||
You can use our token generation service. To publish to Libmon, and get free tokens, [purchase here](https://libmon.com/#publish). It costs $20 for 100 tokens. | ||
We can help you setup a payment portal so you can charge for access to your library. | ||
We can help you setup a payment portal, and you can monetize your library. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14006
77