forked from magento/pwa-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@magento/upward-js",
"version": "2.0.0-rc.18",
"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": {
"test": "jest",
"test:spec": "upward-spec ./test_spec.sh"
},
"repository": "github:magento-research/pwa-studio",
"keywords": [
"magento",
"pwa",
"express",
"upward"
],
"author": "Magento Commerce",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/magento-research/pwa-studio/issues"
},
"homepage": "https://github.com/magento-research/pwa-studio/tree/master/packages/upward-js#readme",
"dependencies": {
"apollo-boost": "~0.1.20",
"apollo-link": "~1.2.2",
"apollo-link-http": "~1.5.5",
"contains-path": "~1.0.0",
"debug": "~3.1.0",
"debug-error-middleware": "~1.3.0",
"dotenv": "~6.1.0",
"graphql": "~0.13.2",
"graphql-tag": "~2.10.0",
"hogan.js": "~3.0.2",
"http-proxy-middleware": "~0.19.0",
"js-yaml": "~3.12.0",
"lodash": "~4.17.11",
"morgan": "~1.9.0",
"node-fetch": "~2.2.1"
},
"devDependencies": {
"@magento/upward-spec": "^2.0.0-rc.18",
"express": "~4.16.3",
"jest": "~23.6.0",
"supertest": "~3.1.0"
},
"peerDependencies": {
"express": "^4.16.3"
},
"engines": {
"node": ">=10.14.1"
}
}