-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 955 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
{
"name": "embed-everything",
"version": "0.1.0",
"description": "Monorepo for Embed Everything: an Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs",
"private": true,
"packageManager": "pnpm@11.24.0",
"scripts": {
"build": "pnpm -r build",
"coverage": "pnpm -r coverage",
"dev": "pnpm -r dev",
"test": "pnpm -r test",
"release": "changeset publish"
},
"license": "MIT",
"author": {
"name": "Graham F. Scott",
"email": "gfscott@gmail.com",
"url": "https://gfscott.com"
},
"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",
"devDependencies": {
"@changesets/cli": "^3.0.1",
"msw": "^2.15.0",
"permute-arrays": "workspace:^"
}
}