-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "bxf",
"version": "1.0.7",
"description": "一个基于 promise 的网络请求库,支持XMLHttpRequest和fetch两种可选请求接口。除了常规的网页请求外,它还特别设计以与使用 manifest_version: 3 的浏览器扩展无缝集成。",
"main": "dist/index.min.js",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slongzhang/bxf.git"
},
"keywords": [
"xhr",
"fetch",
"ajax",
"axios",
"http",
"mv3",
"crx",
"chrome",
"bxf"
],
"author": "slongzhang <slongZhang@126.com> (https://gitee.com/slongzhag || https://github.com/slongzhang)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/slongzhang/bxf/issues"
},
"homepage": "https://github.com/slongzhang/bxf#readme",
"devDependencies": {
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}