ETHnodeJS/package.json

13 lines
256 B
JSON
Raw Permalink Normal View History

2024-08-13 09:18:52 -03:00
{
"name": "ETHnodeJS",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "marcosptf",
"contributors": [],
2024-10-03 14:48:16 -03:00
"dependencies": {},
"scripts": {
"start": "node index.js"
}
2024-08-13 09:18:52 -03:00
}