add package.json for node script
This commit is contained in:
parent
7be6d6c6cc
commit
c9ada6eb7b
9
package.json
Normal file
9
package.json
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": "data-to-topo",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"type": "module",
|
||||||
|
"main": "process.js",
|
||||||
|
"dependencies": {
|
||||||
|
"csv-parser": "^3.2.0"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue