UNPKG

537 BJSONView Raw
1{
2 "name": "@leancloud/adapter-types",
3 "version": "1.0.2",
4 "description": "Type definitions for adaptors",
5 "author": "Lee Yeh <lee55962698@gmail.com>",
6 "homepage": "https://github.com/leancloud/adapters#readme",
7 "license": "MIT",
8 "main": "",
9 "types": "types.d.ts",
10 "publishConfig": {
11 "access": "public"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/leancloud/adapters.git"
16 },
17 "scripts": {
18 "test": "tsc types.d.ts"
19 },
20 "gitHead": "733ac155a68389f84b5f9b2e6c4bc78a61b5810c"
21}