@vyng/truecaller-node
Version:
Node Truecaller profile verification
42 lines (41 loc) • 986 B
JSON
{
"name": "@vyng/truecaller-node",
"version": "1.1.0",
"description": "Node Truecaller profile verification",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vyng/truecaller-node.git"
},
"keywords": [
"truecaller",
"profile",
"sdk",
"verification",
"server"
],
"author": "\"Kamron Batman <3953314+kamronbatman@noreply.users.github.com> (https://github.com/kamronbatman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/vyng/truecaller-node/issues"
},
"homepage": "https://github.com/vyng/truecaller-node",
"dependencies": {
"moize": "5.4.5",
"simple-get-promise": "3.0.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2"
},
"resolutions": {
"lodash": "4.17.15"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}