-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 924 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
{
"name": "validating-data-received-via-the-telegram-mini-app",
"version": "1.0.0",
"description": "Validating data received via the Telegram Mini App",
"private": true,
"author": {
"name": "Aleksandr Ivannikov",
"email": "[email protected]",
"url": "https://ivannikov.pro"
},
"license": "MIT",
"homepage": "https://github.com/an-ivannikov/validating-data-received-via-the-telegram-mini-app#readme",
"repository": {
"type": "git",
"url": "https://github.com/an-ivannikov/validating-data-received-via-the-telegram-mini-app.git"
},
"bugs": {
"url": "https://github.com/an-ivannikov/validating-data-received-via-the-telegram-mini-app/issues",
"email": "[email protected]"
},
"dependencies": {
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.12.12",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}