20 lines
441 B
JSON
20 lines
441 B
JSON
|
{
|
||
|
"name": "tps_etl",
|
||
|
"version": "1.0.0",
|
||
|
"description": "third party source data transformation",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "uh"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/fleetside72/tps_etl.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/fleetside72/tps_etl/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/fleetside72/tps_etl#readme"
|
||
|
}
|