commit 7d68bd92ff7f034832697154a90a2b72596739aa Author: yutent Date: Fri Jan 13 17:52:55 2023 +0800 init diff --git a/package.json b/package.json new file mode 100644 index 0000000..d271fa7 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "@bytedo/node-fetch", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/bytedo/node-fetch.git" + }, + "keywords": [ + "node-fetch", + "fetch" + ], + "author": "", + "license": "MIT" +}