-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.06 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
{
"name": "@z-js-framework/z-fetch",
"version": "0.0.3",
"description": "The native fetch api wrapper made to enhance fetching in z js framework!",
"main": "index.js",
"type": "module",
"module": "index.js",
"types": "@types/index.d.ts",
"files": [
"dist",
"src",
"index.js"
],
"directories": {
"doc": "docs",
"examples": "examples",
"types": "types"
},
"scripts": {
"build": "vite build",
"docs": "jsdoc -d ./docs index.js",
"publish": "npm publish --access public"
},
"devDependencies": {
"jsdoc": "^4.0.3",
"rollup-plugin-brotli": "^3.1.0",
"terser": "^5.26.0",
"vite": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Z-Js-Framework/z-fetch.git"
},
"keywords": [
"Js",
"Framework",
"vanilla",
"axios",
"z-js-framework",
"fetch",
"html"
],
"author": "Hussein Kizz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Z-Js-Framework/z-fetch/issues"
},
"homepage": "https://github.com/Z-Js-Framework/z-fetch#readme"
}