-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "request-apis",
"version": "0.0.3",
"description": "npm module for common request APIs and basic http requests utils",
"main": "index.js",
"directories": {
"test": "test",
"lib": "./src/**"
},
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"scripts": {
"demoserver": "cd testserver && npm run start",
"test": "mocha --reporter spec --recursive --timeout 60000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ganeshkbhat/apis-request.git"
},
"bugs": {
"url": "https://github.com/ganeshkbhat/apis-request/issues"
},
"homepage": "https://github.com/ganeshkbhat/apis-request#readme",
"devDependencies": {
"@types/node": "^18.11.3",
"chai": "^4.3.6",
"fssys": "1.0.1",
"get-imported": "0.0.62",
"hasher-apis": "0.0.11-beta",
"hpp": "^0.2.3",
"mocha": "^10.0.0",
"nsp": "^2.8.1",
"nsp-api": "^1.0.3",
"root-dirs": "0.0.2",
"safe-regex": "^2.1.1",
"sinon": "^14.0.0",
"unimported": "^1.22.0"
},
"author": "Ganesh B",
"license": "MIT",
"dependencies": {
"concurrency.js": "^0.0.23-beta",
"xml-js": "^1.6.11",
"yaml": "^2.1.3",
"csv": "^6.2.5",
"dotenv": "^16.0.3",
"ini": "^4.0.0"
}
}