-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 996 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
{
"name": "whatsapp-script-sender",
"version": "1.0.1",
"type": "commonjs",
"description": "Script to send spam messages in a chat on whatsapp web",
"main": "src/script_001.js",
"author": "Pedro Yanez",
"license": "MIT",
"homepage": "https://github.com/wotanCode/WhatsappScriptSender",
"scripts": {
"lint": "eslint --fix --ext .js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/wotanCode/WhatsappScriptSender/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wotanCode/WhatsappScriptSender.git"
},
"keywords": [
"whatsapp",
"whatsapp-web",
"whatsapp-spam",
"whatsapp-spammer",
"whatsapp-script",
"whatsapp-script-sender"
],
"devDependencies": {
"standard": "^17.1.0"
},
"eslintConfig": {
"extends": "./node_modules/standard/eslintrc.json"
}
}