-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"name": "opencli-plugin-ff14risingstones",
"version": "0.5.0",
"type": "module",
"description": "FF14 国服石之家社区 OpenCLI adapters",
"license": "Apache-2.0",
"keywords": [
"opencli-plugin",
"opencli",
"ff14",
"final-fantasy-xiv",
"risingstones"
],
"engines": {
"node": ">=18"
},
"scripts": {
"check": "node --check index.js && node --check commands/posts.js && node --check commands/recruit.js && node --check commands/recruit-guild.js && node --check commands/statistics.js && node --check commands/glamour.js && node --check commands/me.js && node --check commands/notifications.js && node --check commands/checkin.js",
"pack:dry-run": "npm pack --dry-run"
},
"files": [
"index.js",
"commands/**/*.js",
"LICENSE",
"NOTICE",
"opencli-plugin.json",
"README.md",
"sites/ff14risingstones/**/*.json",
"sites/ff14risingstones/**/*.md"
],
"peerDependencies": {
"@jackwener/opencli": ">=1.7.22"
},
"peerDependenciesMeta": {
"@jackwener/opencli": {
"optional": true
}
}
}