mirror of
https://github.com/CamHenlin/MessagesForMacintosh.git
synced 2024-11-16 02:07:16 +00:00
19 lines
344 B
JSON
19 lines
344 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": ""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"apollo-boost": "^0.4.9",
|
|
"apollo-cache-inmemory": "^1.6.6",
|
|
"apollo-link-http": "^1.5.17",
|
|
"cross-fetch": "^3.1.4",
|
|
"graphql-tag": "^2.12.5"
|
|
}
|
|
}
|