-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "@nxmad/medusa-telegram",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js"
},
"./tma-auth": {
"types": "./dist/modules/tma-auth/index.d.ts",
"require": "./dist/modules/tma-auth/index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nxmad/medusa-telegram"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"lint": "biome format --write ./src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"medusa-plugin",
"medusa-plugin-auth",
"medusa-plugin-other",
"medusa-plugin-notification"
],
"author": "Alex Balatsky <contact@skylex.pro>",
"license": "MIT",
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"dependencies": {
"@telegram-apps/init-data-node": "^1.1.1"
},
"peerDependencies": {
"@medusajs/framework": "^2.0.0",
"@medusajs/medusa": "^2.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tsconfig/node22": "^22.0.0",
"typescript": "^5.6.3"
}
}