mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 09:43:10 +00:00
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.12.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.10.0...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
779 B
JSON
32 lines
779 B
JSON
{
|
|
"name": "@waku/browser-tests",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "npm run start:server",
|
|
"start:server": "node ./dist/server.js",
|
|
"test": "npx playwright test",
|
|
"build:server": "tsc -p tsconfig.json",
|
|
"build": "npm run build:server"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.15",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.10.0",
|
|
"axios": "^1.12.2",
|
|
"dotenv-flow": "^0.4.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"serve": "^14.2.3",
|
|
"typescript": "5.8.3",
|
|
"webpack-cli": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@playwright/test": "^1.51.1",
|
|
"@waku/sdk": "^0.0.30",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"node-polyfill-webpack-plugin": "^4.1.0"
|
|
}
|
|
}
|