1 | {
|
2 | "name": "@leancloud/adapter-types",
|
3 | "version": "5.0.0",
|
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": "4363e7a6df8531fd6f345080fdfb2da838ab84ec"
|
21 | }
|