diff options
| author | Li Zhineng <[email protected]> | 2025-07-23 17:35:38 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-23 17:35:38 +0800 |
| commit | 45d2b6ad1d490817edb98df933779b19753a2e48 (patch) | |
| tree | 1fa187ae3f765753285f3587c928a6feec07e228 /package.json | |
| download | wave-45d2b6ad1d490817edb98df933779b19753a2e48.tar.gz wave-45d2b6ad1d490817edb98df933779b19753a2e48.zip | |
first commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 35 |
1 files changed, 35 insertions, 0 deletions
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" + } +} |
