-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 2.5 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 2.5 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "altinapi",
"version": "0.1.0",
"description": "Harem Altın ile aynı fiyat verisi — Türkiye'nin gerçek zamanlı altın, döviz, gümüş ve platin fiyat API'si. REST + WebSocket. Bağımsız servis, Harem Altın ile organik bağı yoktur.",
"keywords": [
"altin",
"altinapi",
"altin-api",
"altin-fiyat",
"altin-fiyat-api",
"altin-fiyatlari",
"altin-fiyatlari-api",
"harem",
"harem-api",
"harem-altin",
"harem-altin-api",
"harem-altin-fiyat",
"harem-altin-canli",
"harem-altin-alternatif",
"harem-altin-benzeri",
"doviz",
"doviz-api",
"doviz-fiyat",
"doviz-fiyat-api",
"doviz-kuru",
"doviz-kuru-api",
"canli-doviz",
"gram-altin",
"gram-altin-api",
"gram-altin-fiyat",
"ceyrek-altin",
"ceyrek-altin-api",
"yarim-altin",
"tam-altin",
"ata-altin",
"sarrafiye",
"sarrafiye-api",
"kuyumcu",
"kuyumcu-yazilim",
"ons-altin",
"kapali-carsi",
"canli-altin",
"canli-altin-fiyat",
"gercek-zamanli-altin",
"anlik-altin",
"anlik-doviz",
"usdtry",
"eurtry",
"gbptry",
"turk-lirasi",
"tl-api",
"turkiye-altin",
"turkiye-finans",
"gumus-fiyat",
"platin-fiyat",
"paladyum-fiyat",
"gold-price",
"gold-price-api",
"turkish-gold-api",
"turkey-forex-api",
"forex",
"forex-api",
"websocket",
"socket.io",
"real-time",
"finance",
"trading",
"fintech"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
"prepublishOnly": "npm run build",
"test": "echo \"No tests yet\" && exit 0"
},
"dependencies": {
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@types/node": "^20.11.30",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/altinapi/altinapi-node.git"
},
"homepage": "https://altinapi.com",
"bugs": {
"url": "https://github.com/altinapi/altinapi-node/issues"
},
"license": "MIT",
"author": "altinapi <support@altinapi.com> (https://altinapi.com)"
}