-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"name": "yunjin-plugin",
"version": "1.7.3",
"description": "Modular plugin for TRSS-Yunzai and Miao-Yunzai with group management, feeds, tools, media, and community features.",
"type": "module",
"main": "index.js",
"exports": "./index.js",
"license": "MIT",
"author": "help660vip",
"engines": {
"node": ">=18.18.0"
},
"files": [
"index.js",
"apps",
"lib",
"config",
"scripts",
"README.md",
"CHANGELOG.md",
"LICENSE",
"THIRD_PARTY_NOTICES.md"
],
"scripts": {
"lint": "node --test test/lint.test.js",
"test": "node --test test/unit/*.test.js",
"test:features": "node --test test/feature-contract/*.test.js",
"test:compat:trss": "node --test test/compat/trss.test.js",
"test:compat:miao": "node --test test/compat/miao.test.js",
"test:render": "node --test test/render/*.test.js",
"test:smoke": "node --test test/smoke.test.js",
"pack:dry-run": "npm pack --dry-run",
"state:check": "node scripts/state-check.mjs",
"audit:references": "node scripts/audit-references.mjs"
}
}