-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
{
"name": "@sekizlipenguen/connection",
"version": "0.2.3",
"description": "A lightweight and promise-based HTTP client for React Native, React, and Web applications. Supports fetch and XMLHttpRequest with advanced configuration options.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "npm run format && npm run lint && npm run test:unit",
"test:unit": "jest",
"format": "prettier --write --list-different './**/*.js'",
"lint": "eslint --fix './**/*.js'",
"precommit": "lint-staged"
},
"repository": {
"type": "git",
"url": "https://github.com/sekizlipenguen/SPConnection.git"
},
"keywords": [
"http client",
"ajax",
"fetch",
"xhr",
"XMLHttpRequest",
"http requests",
"promise-based HTTP client",
"react",
"react-native",
"web",
"connection library",
"axios alternative",
"lightweight http client",
"react native http",
"api client",
"network requests"
],
"author": "SekizliPenguen",
"license": "MIT",
"licenseFilename": "LICENSE",
"peerDependencies": {},
"devDependencies": {},
"bugs": {
"url": "https://github.com/sekizlipenguen/SPConnection/issues"
},
"homepage": "https://github.com/sekizlipenguen/SPConnection#readme"
}