-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.05 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
{
"name": "telegram-charts",
"description": "Charts for telegram",
"homepage": "https://gebeto.github.io/telegram-charts/",
"keywords": [
"telegram",
"charts",
"charting",
"library"
],
"version": "1.0.6",
"type": "module",
"types": "./index.d.ts",
"main": "./dist/TelegramCharts.umd.cjs",
"module": "./dist/TelegramCharts.js",
"files": [
"dist"
],
"exports": {
"import": "./dist/TelegramCharts.js",
"require": "./dist/TelegramCharts.umd.cjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gebeto/telegram-charts.git"
},
"author": {
"name": "Yaroslav Nychkalo",
"email": "slavik.nychkalo@gmail.com",
"url": "https://gebeto.github.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gebeto/telegram-charts/issues"
},
"devDependencies": {
"@types/node": "^24.2.0",
"sass-embedded": "^1.89.2",
"vite": "^7.0.6"
}
}