15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"name": "lead-deduplication",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"run": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2"
|
|
}
|
|
}
|