-
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 866 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 866 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
{
"name": "markdown-magic-monorepo",
"version": "0.0.0",
"description": "Automatically update markdown files with content from external sources",
"private": true,
"engines": {
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.0.0",
"scripts": {
"next-version": "lerna version --no-push --no-git-tag-version",
"test": "pnpm -r test",
"types": "pnpm -r types",
"build": "pnpm -r build",
"clean": "pnpm -r clean"
},
"author": "David Wells",
"license": "MIT",
"homepage": "https://github.com/DavidWells/markdown-magic#readme",
"repository": {
"type": "git",
"url": "https://github.com/DavidWells/markdown-magic"
},
"devDependencies": {
"@davidwells/extract-deps": "^0.0.5",
"git-er-done": "^0.1.10",
"lerna": "^9.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.2",
"uvu": "^0.5.1"
}
}