-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 909 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
31
{
"name": "adsgram-for-telegram",
"version": "1.0.3",
"description": "adsgram-for-telegram is a novel ads network built specifically for Telegram Mini Apps. We are solving the current acute problem of the lacking ads monetisation tools for Telegram Mini Apps.",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amfredfred/adsgram-for-telegram.git"
},
"bugs": {
"url": "https://github.com/amfredfred/adsgram-for-telegram/issues"
},
"homepage": "https://github.com/amfredfred/adsgram-for-telegram#readme",
"keywords": [
"adsgram",
"ads on telegram",
"telegram",
"telegram-ads"
],
"author": "@editorfred",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.13",
"typescript": "^5.4.5"
},
"main": "dist/index.js",
"types": "dist/index.d.ts"
}