UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@magento/upward-js",
3 "version": "5.3.0",
4 "publishConfig": {
5 "access": "public"
6 },
7 "description": "Implementation of the UPWARD spec as a NodeJS server",
8 "main": "./lib/index.js",
9 "bin": {
10 "upward-js-server": "./bin/server"
11 },
12 "directories": {
13 "lib": "./lib",
14 "bin": "./bin"
15 },
16 "scripts": {
17 "clean": " ",
18 "test": "jest",
19 "test:spec": "upward-spec ./test_spec.sh"
20 },
21 "repository": "github:magento/pwa-studio",
22 "keywords": [
23 "magento",
24 "pwa",
25 "express",
26 "upward"
27 ],
28 "author": "Magento Commerce",
29 "license": "SEE LICENSE IN LICENSE.txt",
30 "bugs": {
31 "url": "https://github.com/magento/pwa-studio/issues"
32 },
33 "homepage": "https://github.com/magento/pwa-studio/tree/main/packages/upward-js#readme",
34 "dependencies": {
35 "@apollo/client": "~3.4.0",
36 "camelspace": "~1.0.0",
37 "connect": "~3.6.6",
38 "contains-path": "~1.0.0",
39 "debug": "~4.3.1",
40 "dotenv": "~6.2.0",
41 "errorhandler": "~1.5.1",
42 "graphql": "~15.5.0",
43 "hogan.js": "~3.0.2",
44 "http-proxy-middleware": "~0.19.1",
45 "js-yaml": "~3.13.1",
46 "lodash": "~4.17.11",
47 "morgan": "~1.9.1",
48 "node-fetch": "~2.6.1"
49 },
50 "devDependencies": {
51 "@magento/upward-spec": "~5.2.0",
52 "express": "~4.16.4",
53 "supertest": "~3.4.2"
54 },
55 "peerDependencies": {
56 "express": "^4.16.4"
57 },
58 "engines": {
59 "node": ">=14.x",
60 "yarn": ">=1.12.0"
61 }
62}