-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
38 lines (38 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
31
32
33
34
35
36
37
38
{
"name": "messages-web",
"version": "0.1.2",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SwapnilSoni1999/messages-web.git"
},
"types": "index.d.ts",
"scripts": {
"dev": "nodemon index.ts",
"prepublishOnly": "npm run build && npm run clean && tsc -p .",
"build": "tsc -p .",
"clean": "git clean -fX dist/"
},
"keywords": [
"sms-api",
"google messages api",
"sms gateway",
"puppeteer"
],
"author": "Swapnil Soni <[email protected]>",
"license": "ISC",
"dependencies": {
"puppeteer": "^21.6.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
},
"devDependencies": {
"@types/node": "^20.10.6",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typed-emitter": "^2.1.0",
"typescript": "^5.3.3"
}
}