-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "@lavamoat/across",
"version": "1.1.1",
"description": "across",
"main": "src/index.js",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@wdio/cli": "^7.5.3",
"@wdio/local-runner": "^7.5.5",
"@wdio/mocha-framework": "^7.5.3",
"@wdio/spec-reporter": "^7.5.3",
"babel-loader": "^8.2.2",
"chromedriver": "^108.0.0",
"express": "4.17.2",
"wdio-chromedriver-service": "^7.0.0",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"scripts": {
"build-dev": "webpack --config ./webpack.config.js",
"build-prod": "webpack --config ./webpack.prod.config.js",
"build": "yarn build-prod & yarn build-dev",
"test": "./node_modules/.bin/wdio run wdio.conf.js",
"build-test": "yarn build && yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lavamoat/across.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lavamoat/across/issues"
},
"homepage": "https://lavamoat.github.io/across/",
"dependencies": {
"@lavamoat/snow": "^1.3.0"
}
}