-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.34 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
{
"name": "getsms",
"version": "2.1.0",
"description": "SMSHub API, SMS-ACTIVATE API module",
"main": "./src/index.js",
"scripts": {
"test": "node test",
"lint": "eslint .",
"jsdoc": "jsdoc --configure .jsdoc.json --verbose",
"remark": "npx remark README.md --use remark-preset-lint-consistent --use remark-preset-lint-recommended"
},
"dependencies": {
"undici": "^5.28.3"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"jsdoc": "^4.0.2",
"eslint-plugin-jsdoc": "^48.1.0",
"clean-jsdoc-theme": "^4.2.17",
"remark-cli": "^12.0.0",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-recommended": "^6.1.3"
},
"keywords": [
"smshub",
"sms",
"smsapi",
"sms-api",
"sms-hub",
"smshub-api",
"sms",
"gate",
"smsgateway",
"smsactivate",
"5sim",
"fivesim"
],
"author": {
"name": "Maxim Telegin",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Viiprogrammer/getSMS/issues"
},
"homepage": "https://github.com/Viiprogrammer/getSMS#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Viiprogrammer/getSMS.git"
},
"license": "MIT"
}