@apollo/rover
Version:
The new Apollo CLI
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "@apollo/rover",
"version": "0.39.1",
"description": "The new Apollo CLI",
"main": "index.js",
"bin": {
"rover": "run.js"
},
"scripts": {
"prepack": "cp ../../README.md . && cp ../../LICENSE .",
"postinstall": "node ./install.js",
"fmt": "prettier --write **/*.js",
"fmt:check": "prettier --check **/*.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/rover.git"
},
"keywords": [
"rover",
"graphql",
"apollo",
"federation",
"data",
"tooling",
"tools"
],
"author": "Apollo Developers <opensource@apollographql.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apollographql/rover/issues"
},
"engines": {
"node": ">=22.14.0"
},
"homepage": "https://github.com/apollographql/rover#readme",
"dependencies": {
"detect-libc": "2.1.2",
"tar": "^7.0.0",
"undici": "^7.0.0"
},
"devDependencies": {
"jest": "30.4.2",
"jest-junit": "17.0.0",
"prettier": "3.8.3"
}
}