mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-12 13:34:48 +00:00
be54c2e3e1
Bumps [dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow) from 3.3.0 to 4.1.0. - [Release notes](https://github.com/kerimdzhanov/dotenv-flow/releases) - [Changelog](https://github.com/kerimdzhanov/dotenv-flow/blob/master/CHANGELOG.md) - [Commits](https://github.com/kerimdzhanov/dotenv-flow/compare/v3.3.0...v4.1.0) --- updated-dependencies: - dependency-name: dotenv-flow dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
508 B
JSON
20 lines
508 B
JSON
{
|
|
"name": "@waku/browser-tests",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "run-s start:*",
|
|
"start:setup": "node ./src/setup-example.js",
|
|
"start:build": "node ./src/build-example.js",
|
|
"start:serve": "npx serve -p 8080 --no-port-switching ./example",
|
|
"test": "npx playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.1",
|
|
"@waku/create-app": "^0.1.1-7c24ffa",
|
|
"dotenv-flow": "^4.1.0",
|
|
"serve": "^14.2.1"
|
|
}
|
|
}
|