Add package.json for node project

This commit is contained in:
2025-05-28 02:11:34 +02:00
parent 3be9b44b03
commit f82f475103

View File

@@ -0,0 +1,12 @@
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}