-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 883 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
{
"name": "vk-subs-activity",
"version": "0.1.14",
"description": "Count activity of VK group subscribers, sum up and convert to points",
"main": "index.js",
"scripts": {
"test": "mocha --exit",
"eslint": "eslint . --fix --ignore-pattern node_modules/",
"pub": "npm test && npm run eslint && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/nnqq/vk-subs-activity.git"
},
"keywords": [
"vk",
"api",
"vkontakte",
"vk-api",
"vk-app",
"vkontakte-api",
"vkapi"
],
"author": "nnqq",
"license": "MIT",
"homepage": "https://github.com/nnqq/vk-subs-activity",
"dependencies": {
"node-fetch": "^2.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0"
}
}