-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 904 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 904 Bytes
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
{
"name": "eleventy-plugin-embed-tiktok",
"version": "1.1.8",
"description": "An Eleventy plugin to automatically embed TikTok videos, using just their URLs.",
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"tiktok"
],
"main": "index.js",
"scripts": {
"test": "npx vitest run",
"coverage": "vitest run --coverage --coverage.include='lib/**'"
},
"files": [
"index.js",
"lib/**"
],
"author": {
"name": "Graham F. Scott",
"email": "gfscott@gmail.com",
"url": "https://gfscott.com"
},
"license": "MIT",
"homepage": "https://gfscott.com/embed-everything/",
"repository": {
"type": "git",
"url": "https://github.com/gfscott/eleventy-plugin-embed-everything.git"
},
"bugs": "https://github.com/gfscott/eleventy-plugin-embed-everything/issues",
"dependencies": {
"deepmerge": "^4.3.1",
"regex": "^6.1.0"
}
}