-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 982 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": "sg-node-api",
"version": "1.1.24",
"description": "Shared Goals API implemented as Node.JS library. API for telegram bot, www-clients and other usages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shared-goals/sg-node-api.git"
},
"keywords": [
"shared",
"goals",
"api",
"node",
"js"
],
"author": "SharedGoalsTeam",
"license": "MIT",
"bugs": {
"url": "https://github.com/shared-goals/sg-node-api/issues"
},
"homepage": "https://github.com/shared-goals/sg-node-api#readme",
"dependencies": {
"dotenv": "^8.2.0",
"dotenv-cli": "^2.0.0",
"moment": "^2.24.0",
"request": "^2.88.2",
"request-promise": "^4.2.5"
},
"engines": {
"node": ">=12",
"npm": ">=6.13.0"
}
}