Files
Home_Buying_App/node_modules/@apollo/utils.usagereporting/package.json
jackbeeby b412dfe2ca Initialisation
Added the packages and files for the backend server
2024-12-15 17:48:45 +11:00

35 lines
924 B
JSON

{
"name": "@apollo/utils.usagereporting",
"version": "2.1.0",
"description": "Generate a signature for Apollo usage reporting",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-utils.git",
"directory": "packages/usageReporting/"
},
"keywords": [
"apollo",
"graphql",
"typescript",
"node"
],
"author": "Apollo <packages@apollographql.com>",
"license": "MIT",
"engines": {
"node": ">=14"
},
"dependencies": {
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.dropunuseddefinitions": "^2.0.1",
"@apollo/utils.stripsensitiveliterals": "^2.0.1",
"@apollo/utils.printwithreducedwhitespace": "^2.0.1",
"@apollo/utils.removealiases": "2.0.1",
"@apollo/utils.sortast": "^2.0.1"
},
"peerDependencies": {
"graphql": "14.x || 15.x || 16.x"
}
}