From b89d02313a20a05b8e2aacc1b4c87d249938b005 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 18 Feb 2024 15:10:34 +0100 Subject: [PATCH] docs: tagline --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eae438..8a3832f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pkg.json +> The JSON of package specs. + `pkg.json` is a wild-west "package" format for defining packages without a package system. It's a (very) limited subset of NPM's `package.json` that allows any project to declare dependencies on arbitrary URLs.