-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 905 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nostr-key-value",
"version": "0.3.4",
"description": "",
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShinoharaTa/nostr-key-value.git"
},
"bugs": {
"url": "https://github.com/ShinoharaTa/nostr-key-value/issues"
},
"files": [
"src",
"lib"
],
"keywords": ["nostr", "key-value", "NIP-78"],
"author": "ShinoharaTa",
"license": "MIT",
"dependencies": {
"nostr-fetch": "^0.12.1"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"dotenv": "^16.3.1",
"jest": "^29.6.1",
"nostr-tools": "1.12.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"websocket-polyfill": "^0.0.3"
}
}