-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.03 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "@aloskutov/eleventy-plugin-link-preview",
"version": "0.1.13",
"description": "Eleventy link preview plugin",
"main": "index.js",
"homepage": "https://github.com/aloskutov/eleventy-plugin-link-preview",
"repository": {
"type": "git",
"url": "git+https://github.com/aloskutov/eleventy-plugin-link-preview.git"
},
"bugs": {
"url": "https://github.com/aloskutov/eleventy-plugin-link-preview/issues"
},
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"lint": "npx eslint ./src --fix",
"jshint": " npx jshint ./src"
},
"keywords": [
"11ty",
"eleventy",
"plugin",
"link-preview"
],
"author": "Alex Loskutov",
"license": "MIT",
"11ty": {
"compatibility": ">=0.11"
},
"devDependencies": {
"eslint": "^9.0.0",
"jest": "^29.7.0",
"jshint": "^2.13.6"
},
"dependencies": {
"axios": "^1.6.7",
"cache": "^3.0.0",
"jsdom": "^25.0.0"
}
}