lolinck.js
Version:
A node.js library to interact with lolinck API.
36 lines (35 loc) • 704 B
JSON
{
"name": "lolinck.js",
"version": "0.0.4",
"description": "A node.js library to interact with lolinck API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamLoick/lolinck.js.git"
},
"keywords": [
"lolinck",
"api",
"link",
"malicious link detector",
"link checker",
"phishing",
"malware",
"nsfw",
"iplogger"
],
"author": "LoickTeam",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamLoick/lolinck.js/issues"
},
"homepage": "https://lolinck.vercel.app",
"dependencies": {
"got": "^12.3.1"
}
}