NIP-136: Code packages
https://github.com/brugeman/nips/blob/nip/136/136.md
ファイル パッケージ (インデックス)
例:
```
{
"content": "Super cool!",
"kind": 1036,
"tags": [
["title", "Taste"],
["summary", "A Ghost theme"],
["version", "1.0.0"],
["changes", "Great improvements"],
["license", "MIT"],
["x", <パッケージ ハッシュ>],
// ファイルのリスト
// ["f", <ファイル ハッシュ>, <相対ファイル パス>, <ファイルの URL>]
[
"f",
"7db7d6130b9b667001841b79ee67760619a80b9df305b8bfb872e22265313cf5",
"LICENSE",
"https://blossom.nostr.hu/7db7d6130b9b667001841b79ee67760619a80b9df305b8bfb872e22265313cf5"
],
...,
],
...,
}
```
PR: https://github.com/nostr-protocol/nips/pull/1347
#Nostr