forked from magento/pwa-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "@magento/upward-spec",
"version": "2.1.0",
"description": "UPWARD specification, guide, and test suite.",
"main": "./suite/index.js",
"bin": {
"upward-spec": "./bin/upward-spec"
},
"scripts": {
"build": "echo 'Skipping upward-spec build...'",
"build:dev": "echo 'Skipping upward-spec build...'",
"clean": "echo 'Skipping upward-spec clean...'"
},
"repository": "github:magento-research/pwa-studio",
"keywords": [
"magento",
"pwa",
"specification",
"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-spec#readme",
"dependencies": {
"apollo-server": "~2.4.6",
"chalk": "~2.4.2",
"csv-parse": "~4.3.3",
"graphql": "~14.2.1",
"graphql-tag": "~2.10.1",
"js-yaml": "~3.12.1",
"node-fetch": "~2.3.0",
"tap-diff": "~0.1.1",
"tap-xunit": "~2.3.0",
"tape": "~4.10.1"
},
"engines": {
"node": "8.10.0 || >=10.7.0",
"yarn": ">=1.12.0"
}
}