-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 1.98 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nuxt-content-git",
"version": "7.0.0",
"description": "Additional module for @nuxt/content that replaces or adds createdAt and updatedAt dates based on the git history.",
"keywords": [
"frontend",
"javascript",
"node",
"nodejs",
"npm",
"npm-package",
"nuxt",
"nuxt-content",
"nuxt-module",
"nuxtjs",
"nuxtjs-module",
"webdevelopment"
],
"repository": "dword-design/nuxt-content-git",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": {
".": {
"default": "./dist/module.js",
"types": "./dist/module.d.ts"
}
},
"main": "dist/module.js",
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test",
"typecheck": "base typecheck",
"verify": "base verify"
},
"dependencies": {
"@nuxt/kit": "^4.3.1",
"simple-git": "^3.32.3"
},
"devDependencies": {
"@dword-design/base": "^16.2.3",
"@dword-design/base-config-nuxt-module": "^5.0.1",
"@nuxt/content": "^3.12.0",
"@playwright/test": "^1.58.2",
"@types/fs-extra": "^11.0.4",
"axios": "^1.13.6",
"better-sqlite3": "^12.6.2",
"depcheck-package-name": "^5.0.0",
"endent": "npm:@dword-design/endent@^1.4.7",
"execa": "^9.6.1",
"fs-extra": "^11.3.3",
"get-port": "^7.1.0",
"nuxt": "^4.3.1",
"nuxt-dev-ready": "^6.0.0",
"output-files": "^4.0.0",
"tree-kill-promise": "^5.0.0"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}