initial commit.
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "costar-data-ingest",
|
||||
"version": "1.0.0",
|
||||
"description": "Ingests costar data into Nut Shell.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Colin Diem",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"csvtojson": "^2.0.10",
|
||||
"json2csv": "^5.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user