mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
chore: move supported NIPs to package json
This commit is contained in:
parent
e659384fd6
commit
0b58bcc2f7
12
package.json
12
package.json
@ -2,6 +2,18 @@
|
||||
"name": "nostr-ts-relay",
|
||||
"version": "1.3.0",
|
||||
"description": "A nostr relay written in Typescript.",
|
||||
"supportedNips": [
|
||||
1,
|
||||
2,
|
||||
4,
|
||||
9,
|
||||
11,
|
||||
12,
|
||||
15,
|
||||
16,
|
||||
22,
|
||||
26
|
||||
],
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"dev": "ts-node src/index.ts",
|
||||
|
@ -32,7 +32,7 @@ export class WebServerAdapter extends EventEmitter implements IWebServerAdapter
|
||||
description,
|
||||
pubkey,
|
||||
contact,
|
||||
supported_nips: [1, 2, 4, 9, 11, 12, 15, 16, 22, 26],
|
||||
supported_nips: packageJson.supportedNips,
|
||||
software: packageJson.repository.url,
|
||||
version: packageJson.version,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user