mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
26 lines
653 B
JSON
26 lines
653 B
JSON
|
|
{
|
||
|
|
"name": "@waku/headless-tests",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"homepage": "/headless",
|
||
|
|
"type": "module",
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.24.0",
|
||
|
|
"@babel/preset-env": "^7.24.0",
|
||
|
|
"@babel/preset-typescript": "^7.23.3",
|
||
|
|
"babel-loader": "^9.1.3",
|
||
|
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
||
|
|
"serve": "^14.1.2",
|
||
|
|
"webpack": "^5.99.5",
|
||
|
|
"webpack-cli": "^5.1.4"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@waku/sdk": "^0.0.30"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"start": "serve .",
|
||
|
|
"build": "webpack",
|
||
|
|
"format": "eslint --fix webpack.config.js"
|
||
|
|
}
|
||
|
|
}
|