-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"name": "prononce.me",
"version": "1.0.0",
"description": "App for finding french pronounciation",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"fibers": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"@wdio/cli": "^5.18.7",
"@wdio/cucumber-framework": "^5.18.6",
"@wdio/local-runner": "^5.18.7",
"@wdio/selenium-standalone-service": "^5.16.10",
"@wdio/spec-reporter": "^5.18.7",
"@wdio/sync": "^5.18.7",
"chai": "^4.2.0",
"cucumber": "^6.0.5",
"semantic-release": "^17.0.4",
"start-server-and-test": "^1.10.11",
"wdio-json-reporter": "^1.4.0",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^5.18.7"
},
"scripts": {
"test:e2e": "wdio ./tests/e2e/config/cucumber.suite.js",
"ci:e2e": "start-server-and-test 'meteor --settings settings.json' http://localhost:3000 test:e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolasss/prononce.me.git"
},
"author": "Adam Wolski",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolasss/prononce.me/issues"
},
"homepage": "https://github.com/wolasss/prononce.me#readme"
}