From 45d2b6ad1d490817edb98df933779b19753a2e48 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Wed, 23 Jul 2025 17:35:38 +0800 Subject: first commit --- package.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..baf4b26 --- /dev/null +++ b/package.json @@ -0,0 +1,35 @@ +{ + "name": "@beautiful-bubble/wave", + "version": "0.1.0", + "description": "The HTTP client.", + "keywords": [ + "wechat-miniprogram", + "http-client" + ], + "homepage": "https://github.com/Beautiful-Bubble/http-client#readme", + "bugs": { + "url": "https://github.com/Beautiful-Bubble/http-client/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Beautiful-Bubble/http-client.git" + }, + "license": "MIT", + "author": "Zhineng Li", + "type": "module", + "main": "dist/index.js", + "scripts": { + "build": "tsc", + "test": "jest", + "test:watch": "jest --watch", + "format": "prettier --write --cache ." + }, + "devDependencies": { + "@types/jest": "^30.0.0", + "jest": "^30.0.5", + "miniprogram-api-typings": "^4.1.0", + "prettier": "3.6.2", + "ts-jest": "^29.4.0", + "typescript": "^5.8.3" + } +} -- cgit v1.2.3