-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 836 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@jsuyog2/sequelize-shorten-url",
"version": "1.0.9",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles --coverage --reporters=jest-junit",
"lint": "eslint ."
},
"author": "Suyog Dinesh Jadhav",
"license": "ISC",
"description": "A Sequelize-based package for shortening URLs and tracking click counts.",
"dependencies": {
"ssid": "^0.0.4"
},
"keywords": [
"sequelize",
"url-shortener",
"short-url",
"click-tracking",
"npm-package"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jsuyog2/sequelize-shorten-url.git"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"pg": "^8.12.0",
"sequelize": "^6.37.3"
}
}