-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.56 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
{
"name": "@date-fns/docs",
"version": "0.38.0",
"description": "date-fns documentation utilities & types",
"type": "module",
"main": "index.js",
"bin": {
"date-fns-docs": "./src/bin.ts"
},
"exports": {
".": "./src/index.ts"
},
"publishConfig": {
"bin": {
"date-fns-docs": "./bin.js"
},
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./index.js"
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/date-fns/docs.git"
},
"keywords": [
"date-fns"
],
"author": "Sasha Koss <koss@nocorp.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/date-fns/docs/issues"
},
"homepage": "https://github.com/date-fns/docs#readme",
"dependencies": {
"firebase-admin": "^12.4.0",
"js-fns": "^2.5.2",
"typedoc": "^0.26.7",
"typeroo": "^0.16.0",
"typesaurus": "^10.7.0"
},
"devDependencies": {
"@date-fns/build": "workspace:^",
"@deno/doc": "jsr:^0.181.0",
"@types/mdast": "^4.0.4",
"@types/node": "^20.19.9",
"json-bond": "^1.0.0",
"marked": "^16.1.2",
"mdast-util-to-markdown": "^2.1.2",
"smolcanon": "^0.1.0",
"smolxxh": "^0.1.0",
"tsdown": "^0.14.2",
"typescript": "^5.6.2",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}