-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 871 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
36
37
{
"name": "auto-linker-previewer",
"version": "1.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"src/autolinker.css"
],
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chanchal16/auto-linker.git"
},
"homepage": "https://github.com/chanchal16/auto-linker#readme",
"keywords": [
"autolinker",
"url",
"hyperlink",
"email-link",
"preview-link",
"npm-package",
"mentions"
],
"author": "Chanchal Rajput",
"license": "MIT",
"description": "A utility package that automatically converts URLs, email addresses, and mentions within text into clickable hyperlinks",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
}
}