-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 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
64
{
"name": "dsh-hyperframes",
"version": "0.1.1",
"description": "DSH 视频创作技能插件:注册 HyperFrames by HeyGen 官方移植技能五件套(hyperframes / hyperframes-cli / hyperframes-registry / website-to-hyperframes / gsap),安装即用。",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./cordis.patch.yml": "./cordis.patch.yml",
"./package.json": "./package.json"
},
"files": [
"lib",
"skills",
"cordis.patch.yml",
"README.md",
"README.en.md"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"prepare": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "pnpm run build && node --test \"test/*.test.mjs\"",
"prepublishOnly": "pnpm run build"
},
"dsh": {
"bundle": {
"patch": "./cordis.patch.yml"
}
},
"keywords": [
"dsh",
"deepseek-harness",
"plugin",
"skills",
"video",
"dsh-plugin"
],
"license": "MIT",
"engines": {
"node": ">=20"
},
"dependencies": {
"yaml": "^2.9.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
"typescript": "^5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STARDUSTLC666/dsh-hyperframes.git"
},
"bugs": {
"url": "https://github.com/STARDUSTLC666/dsh-hyperframes/issues"
},
"homepage": "https://github.com/STARDUSTLC666/dsh-hyperframes#readme",
"author": "stardustlc",
"packageManager": "pnpm@11.7.0"
}