fourth commit

This commit is contained in:
Gitea
2026-04-16 15:14:47 +05:30
parent de657b42c1
commit aa335f76bf
588 changed files with 62329 additions and 4 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "test-parinaam",
"version": "1.0.0",
"description": "do somethig",
"repository": {
"type": "git",
"url": "https://git.parinaam.in/bunty/node-code.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "test.js",
"scripts": {
"test": "node test.js"
},
"dependencies": {
"express": "^5.2.1"
}
}