-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
33 lines (32 loc) · 860 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": "keyauth-js-example",
"version": "2.5.0",
"description": "KeyAuth 1.1 Api JavaScript Example",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazkdevf/KeyAuth-JS-Example.git"
},
"keywords": [
"keyauth",
"js",
"example",
"1.1"
],
"dependencies": {
"axios": "^0.27.2",
"child_process": "^1.0.2",
"moment": "^2.29.4",
"os": "^0.1.2"
},
"author": "mazkdevf <https://github.com/mazkdevf>",
"license": "Elastic License 2.0",
"bugs": {
"url": "https://github.com/mazkdevf/KeyAuth-JS-Example/issues"
},
"homepage": "https://github.com/mazkdevf/KeyAuth-JS-Example#readme"
}