elnk-pro-link-shortener
Version:
A comprehensive Node.js library for creating and managing short URLs using the elnk.pro API with enhanced features including link management, statistics, and bulk operations
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "elnk-pro-link-shortener",
"version": "1.1.0",
"description": "A comprehensive Node.js library for creating and managing short URLs using the elnk.pro API with enhanced features including link management, statistics, and bulk operations",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix",
"build": "npm run lint && npm test",
"example": "node examples/basic-usage.js"
},
"keywords": [
"url",
"shortener",
"elnk",
"elnk.pro",
"link",
"short-url",
"api",
"url-shortening"
],
"author": "Anis Afifi",
"license": "GPL-2.0-or-later",
"homepage": "https://elnk.pro",
"repository": {
"type": "git",
"url": "https://github.com/webxbeyond/elnk-pro-link-shortener-npm-package.git"
},
"bugs": {
"url": "https://github.com/webxbeyond/elnk-pro-link-shortener-npm-package/issues"
},
"dependencies": {
"axios": "^1.6.0"
},
"devDependencies": {
"jest": "^29.7.0",
"eslint": "^8.56.0"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"src/",
"index.js",
"README.md",
"LICENSE"
]
}