From 7d68bd92ff7f034832697154a90a2b72596739aa Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 13 Jan 2023 17:52:55 +0800 Subject: [PATCH] init --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json 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" +}