You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
602 B
27 lines
602 B
|
6 years ago
|
{
|
||
|
|
"name": "indiql",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@atoy40/indijs": "0.0.2",
|
||
|
|
"apollo-boost": "^0.4.9",
|
||
|
|
"apollo-cache-inmemory": "^1.6.6",
|
||
|
|
"apollo-client": "^2.6.10",
|
||
|
|
"apollo-link": "^1.2.14",
|
||
|
|
"apollo-link-error": "^1.1.13",
|
||
|
|
"apollo-link-http": "^1.5.17",
|
||
|
|
"apollo-server": "^2.14.1",
|
||
|
|
"graphql": "^14.6.0",
|
||
|
|
"graphql-tag": "^2.10.3"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^3.9.3"
|
||
|
|
}
|
||
|
|
}
|