-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 964 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
{
"name": "waautosendclips",
"version": "1.0.0",
"description": "Send newly made clips of a game through WhatApp",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eliasyoussef47/WaAutoSendClips.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eliasyoussef47/WaAutoSendClips/issues"
},
"homepage": "https://github.com/Eliasyoussef47/WaAutoSendClips#readme",
"dependencies": {
"@open-wa/wa-automate": "^4.35.6",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"chokidar": "^3.4.3",
"conf": "^7.1.2",
"eslint": "^8.9.0",
"minimist": "^1.2.5",
"ora": "^5.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5"
}
}