0
This commit is contained in:
2022-09-08 01:25:43 +03:00
commit becc7d0afd
5 changed files with 255 additions and 0 deletions

13
node/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "node",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}