-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "npub-generator",
"version": "1.0.0",
"description": "1. ติดตั้ง Node.js (แนะนำเวอร์ชัน 18 ขึ้นไป)\r 2. ติดตั้ง nostr-tools \r ```sh\r npm install nostr-tools\r ```\r 3. รันโปรแกรม \r ```sh\r node npub.mjs\r ```\r 4. ใส่ prefix ที่ต้องการเช่น `arm` \r > **ข้อควรระวัง:** \r > - ห้ามใช้ตัวพิมพ์ใหญ่ \r > - ห้ามใช้ตัว b, i, o, 1 \r > - ตัวอย่าง: `npub1arm...`",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notoshi404/Npub-Generator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/notoshi404/Npub-Generator/issues"
},
"homepage": "https://github.com/notoshi404/Npub-Generator#readme",
"dependencies": {
"nostr-tools": "^2.17.2"
}
}