-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
{
"name": "@hoangsonw/fast-fetch",
"displayName": "Fast Fetch Smart API Fetcher",
"version": "1.1.2",
"description": "A smarter fetch() wrapper with auto-retry, deduplication, and minimal boilerplate.",
"main": "dist/index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "jest --coverage",
"prepublishOnly": "npm run build",
"demo": "node __tests__/demo.js",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,scss,md,html}\""
},
"keywords": [
"fetch",
"fastfetch",
"retry",
"deduplication",
"http",
"api",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/hoangsonww/FastFetch-API-Fetch-Enhancer.git"
},
"bugs": {
"url": "https://github.com/hoangsonww/FastFetch-API-Fetch-Enhancer/issues"
},
"homepage": "https://github.com/hoangsonww/FastFetch-API-Fetch-Enhancer#readme",
"license": "MIT",
"author": "Son Nguyen",
"devDependencies": {
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"dependencies": {
"@hoangsonw/fast-fetch": "^1.1.2",
"cross-fetch": "^4.1.0",
"prettier": "^3.5.3"
}
}
{
"_comment": "This is a comment about the API endpoint..",
}