UNPKG

984 BJSONView Raw
1{
2 "name": "@leancloud/platform-adapters-weapp",
3 "version": "1.6.1",
4 "description": "Platform adapters for Wechat Miniapp",
5 "keywords": [
6 "platform-adapters"
7 ],
8 "author": "Lee Yeh <lee55962698@gmail.com>",
9 "homepage": "https://github.com/leancloud/adapters#readme",
10 "license": "MIT",
11 "main": "lib/index.js",
12 "types": "lib/index.d.ts",
13 "directories": {
14 "lib": "lib"
15 },
16 "files": [
17 "lib"
18 ],
19 "publishConfig": {
20 "access": "public"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/leancloud/adapters.git"
25 },
26 "scripts": {
27 "build": "npm run clean && npm run compile",
28 "clean": "rm -rf ./lib",
29 "compile": "rollup -c",
30 "prepublishOnly": "npm run build"
31 },
32 "dependencies": {
33 "@leancloud/adapter-types": "^5.0.0",
34 "@leancloud/adapter-utils": "^1.2.2",
35 "event-target-shim": "^5.0.1",
36 "miniprogram-api-typings": "^2.10.2"
37 },
38 "gitHead": "74e6dd9df8ea1ff33a859282b4d88b2833b7a7cf"
39}