UNPKG

913 BJSONView Raw
1{
2 "name": "@leancloud/platform-adapters-qqapp",
3 "version": "1.4.2",
4 "description": "Platform adapters for QQ 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/platform-adapters-weapp": "^1.6.1"
35 },
36 "gitHead": "f378d37bb8300924932b5162ecc14e97fdf85536"
37}