-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.36 KB
/
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
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
{
"name": "sotiads",
"version": "1.0.0",
"description": "Boost AdMob revenue with automated multi-floor eCPM management and Firebase sync",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node-esm src/index.ts",
"bun:start": "bun run src/index.ts",
"test": "jest",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
},
"keywords": [
"admob",
"ecpm",
"ad-optimization",
"firebase",
"mediation",
"revenue-boost",
"adtech"
],
"author": "shtse8",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shtse8/sotiads.git"
},
"dependencies": {
"commander": "^12.0.0",
"consola": "^3.2.3",
"firebase-admin": "^12.0.0",
"googleapis": "^134.0.0",
"ofetch": "^1.3.4",
"open": "^10.1.0",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"valibot": "^0.37.0",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"ts-node": "^10.9.1",
"jest": "^29.0.0",
"@types/jest": "^29.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}