ittech/w5/package.json
2022-02-23 02:37:30 +07:00

12 lines
191 B
JSON

{
"name": "w5",
"version": "1.0.0",
"description": "",
"main": "webserver.js",
"type": "module",
"scripts": {
"start": "node ."
},
"author": "nuark",
"license": "MIT"
}