mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-24 02:48:11 +00:00
* chore: upgrade libp2p to v2 and related deps * chore: fix ENR * chore(core): remove CustomEvent polyfill import * chore: `peer-id-factory` has been removed * chore(discovery): fix local-cache & remove CustomEvent imports * chore(sdk): update config * chore(tests): update tests without peer-id-factory * fix: spec tests * chore: fix test * chore: upgrade dataset-core * chore: upgrade libp2p and stale references * chore: upgrade playwright * chore: rm console log * fix: lock
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.48.1",
|
|
"@waku/create-app": "^0.1.1-504bcd4",
|
|
"dotenv-flow": "^4.1.0",
|
|
"serve": "^14.2.3"
|
|
}
|
|
}
|