0
Files
socket-samples/node/package.json
2022-09-08 01:25:43 +03:00

14 lines
207 B
JSON

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