-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 966 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": "ez-api-wrapper",
"version": "1.0.4",
"description": "Wrapper for an API: If there's an API you frequently use, you could create a wrapper for it that simplifies the process of making requests and handling responses. This could be for anything from weather data to social media APIs.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js"
},
"author": "Morbius",
"license": "GPL-3.0",
"dependencies": {
"axios": "^1.6.8",
"eventemitter3": "^5.0.1",
"node-cache": "^5.1.2"
},
"type": "commonjs",
"devDependencies": {
"chai": "^5.1.1",
"mocha": "^10.4.0",
"sinon": "^17.0.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Morbius00/API-Wrapper-Package.git"
},
"bugs": {
"url": "https://github.com/Morbius00/API-Wrapper-Package/issues"
},
"homepage": "https://github.com/Morbius00/API-Wrapper-Package#readme"
}