MessagesForMacintosh/JS/package.json

19 lines
344 B
JSON
Raw Normal View History

2021-09-11 06:12:19 +00:00
{
"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"
2021-09-11 06:12:19 +00:00
}
}