summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
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"
+ }
+}