-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.17 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.17 KB
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
{
"name": "vorple-inform7-extensions",
"version": "4.0.1",
"description": "Inform 7 extensions for Vorple",
"scripts": {
"build": "./build.sh",
"build:test": "./tests/stories/compile.sh",
"test": "./tests/stories/compile.sh && wdio wdio.conf.js",
"test:chrome": "./tests/stories/compile.sh && BROWSER=chrome wdio wdio.conf.js",
"test:firefox": "./tests/stories/compile.sh && BROWSER=firefox wdio wdio.conf.js",
"test:safari": "./tests/stories/compile.sh && BROWSER=safari wdio wdio.conf.js",
"test:all": "./tests/stories/compile.sh && npm run test:chrome && npm run test:firefox && npm run test:safari"
},
"repository": "github:vorple/inform7",
"author": "Juhana Leinonen",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vorple/inform7/issues"
},
"homepage": "https://github.com/vorple/inform7",
"devDependencies": {
"@wdio/cli": "7.20.5",
"@wdio/dot-reporter": "7.20.3",
"@wdio/local-runner": "7.20.5",
"@wdio/mocha-framework": "7.20.3",
"@wdio/selenium-standalone-service": "7.20.3",
"@wdio/sync": "7.20.5",
"chai": "4.3.6",
"chromedriver": "103.0.0",
"wdio-chromedriver-service": "7.3.2"
}
}