-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 976 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
{
"name": "hl-img",
"version": "2.1.0",
"description": "I added a custom element into my site for highlightable images, now I need to make it a repo so I don't lose track.",
"browser": "dist/hl-img.js",
"type": "commonjs",
"devDependencies": {
"bun-types": "latest",
"typescript": "^5.0.0",
"terser": "^5.19.4"
},
"scripts": {
"prepack": "npx tsc && terser ./dist/hl-img.js > ./dist/hl-img.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strawmelonjuice/hl-img.js.git"
},
"author": {
"name": "Mar / MLC Bloeiman / Strawmelonjuice",
"email": "[email protected]",
"url": "https://strawmelonjuice.com/?p=projects"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/strawmelonjuice/hl-img.js/issues"
},
"homepage": "https://github.com/strawmelonjuice/hl-img.js#readme",
"funding": {
"type": "individual",
"url": "https://strawmelonjuice.com/?p=support"
}
}