24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"name": "digi-url-shortener",
|
|
"version": "1.0.0",
|
|
"description": "A simple Node.js plugin for link shortening",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"link shortener",
|
|
"url",
|
|
"plugin",
|
|
"nodejs"
|
|
],
|
|
"author": "DigiMantra",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^16.5.0",
|
|
"moment": "^2.30.1",
|
|
"node-cron": "^4.0.7",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|