{
  "name": "@magento/upward-js",
  "version": "5.4.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "Implementation of the UPWARD spec as a NodeJS server",
  "main": "./lib/index.js",
  "bin": {
    "upward-js-server": "./bin/server"
  },
  "directories": {
    "lib": "./lib",
    "bin": "./bin"
  },
  "scripts": {
    "clean": " ",
    "test": "jest",
    "test:spec": "upward-spec ./test_spec.sh"
  },
  "repository": "github:magento/pwa-studio",
  "keywords": [
    "magento",
    "pwa",
    "express",
    "upward"
  ],
  "author": "Adobe Commerce",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bugs": {
    "url": "https://github.com/magento/pwa-studio/issues"
  },
  "homepage": "https://github.com/magento/pwa-studio/tree/main/packages/upward-js#readme",
  "dependencies": {
    "@apollo/client": "~3.5.0",
    "camelspace": "~1.0.0",
    "connect": "~3.6.6",
    "contains-path": "~1.0.0",
    "debug": "~4.3.1",
    "dotenv": "~6.2.0",
    "errorhandler": "~1.5.1",
    "graphql": "~15.5.0",
    "hogan.js": "~3.0.2",
    "http-proxy-middleware": "~0.19.1",
    "js-yaml": "~3.13.1",
    "lodash": "~4.17.11",
    "morgan": "~1.9.1",
    "node-fetch": "~2.6.1"
  },
  "devDependencies": {
    "@magento/upward-spec": "~5.3.1",
    "express": "~4.16.4",
    "supertest": "~3.4.2"
  },
  "peerDependencies": {
    "express": "^4.16.4"
  },
  "engines": {
    "node": ">=18.x",
    "yarn": ">=1.12.0"
  }
}
