fetch/package.json

25 lines
632 B
JSON
Raw Normal View History

2020-07-31 19:01:15 +08:00
{
"name": "@bytedo/fetch",
2021-08-09 17:00:02 +08:00
"version": "1.1.2",
2020-07-31 19:01:15 +08:00
"description": "全新的ajax封装。分2个版本, 一个基于XMLHttpRequest, 一个基于window.fetch",
"main": "dist/index.js",
2021-08-09 17:00:02 +08:00
"files": ["dist/*"],
2020-07-31 19:01:15 +08:00
"scripts": {
2021-08-09 17:00:02 +08:00
"start": "node ./build.js"
2020-07-31 19:01:15 +08:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/fetch.git"
},
"keywords": ["fetch", "axois", "request", "ajax"],
"author": "yutent",
"license": "MIT",
"bugs": {
"url": "https://github.com/bytedo/fetch/issues"
},
2021-08-09 17:00:02 +08:00
"homepage": "https://github.com/bytedo/fetch#readme",
"devDependencies": {
"esbuild": "^0.12.19"
}
2020-07-31 19:01:15 +08:00
}