-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1003 Bytes
/
package.json
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
{
"name": "rspress-plugin-sitemap",
"version": "1.1.1",
"description": "",
"scripts": {
"build": "node build"
},
"keywords": [],
"author": "jl917",
"license": "MIT",
"type": "module",
"main": "./lib/index.js",
"module": "./es/index.js",
"exports": {
"import": "./es/index.js",
"require": "./lib/index.js"
},
"files": [
"lib",
"es"
],
"devDependencies": {
"@rspress/shared": "^1.21.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/node": "^20.12.12",
"esbuild": "^0.21.3",
"esbuild-plugin-d.ts": "^1.2.3",
"semantic-release": "18.0.0",
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jl917/rspress-plugin-sitemap.git"
},
"bugs": {
"url": "https://github.com/jl917/rspress-plugin-sitemap/issues"
},
"homepage": "https://github.com/jl917/rspress-plugin-sitemap#readme"
}