-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 880 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@gaoding/apollo-client",
"version": "2.0.18",
"description": "apollo nodejs client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"tsc": "tsc --declaration -p tsconfig.json -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"maintainers": [
{
"name": "tunan",
"email": "[email protected]"
}
],
"homepage": "https://github.com/xuezier/apollo-client",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.20.3",
"@types/yargs": "^16.0.0",
"tslib": "^1.14.1",
"tslint": "^5.20.1",
"typescript": "^4.1.5"
},
"dependencies": {
"yargs": "^16.2.0"
},
"files": [
"dist"
],
"engines": {
"node": ">=8.9.0"
}
}