WF test using selhst icons

This commit is contained in:
2025-08-12 20:48:30 +05:30
parent a6d4e3567c
commit 0f38164a2e
4 changed files with 111 additions and 8 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "test-repo",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"type": "module",
"dependencies": {
"express": "^4.18.2",
"node-fetch": "^3.3.0"
}
}