-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.99 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
{
"name": "mpython3-ide-enhanced",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "为 online.mpython.cn 打造的 AI 图形化编程书签:用中文描述需求,LLM 生成 Blockly 积木并注入工作区",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/FET-CN/mPython3-IDE-Enhanced#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/FET-CN/mPython3-IDE-Enhanced.git"
},
"bugs": {
"url": "https://github.com/FET-CN/mPython3-IDE-Enhanced/issues"
},
"keywords": [
"mpython",
"handpy",
"掌控板",
"blockly",
"llm",
"ai",
"bookmarklet",
"graphical-programming"
],
"scripts": {
"build:catalog": "bun tools/build-catalog.mjs",
"build:knowledge": "bun tools/build-knowledge.mjs",
"build:css": "bun tools/build-css.mjs",
"build:css:modern": "bun tools/build-css.modern.mjs",
"build:fonts:modern": "bun tools/build-fonts.modern.mjs",
"build:term-font": "bun tools/build-term-font.mjs",
"build:bookmarklet": "bun tools/build-bookmarklet.mjs",
"build": "bun run build:catalog && bun run build:knowledge && bun run build:css:modern && bun run build:bookmarklet",
"dump:toolbox": "bun tools/dump-toolbox.mjs",
"build:visible": "bun tools/build-visible-from-vendor.mjs",
"test": "bunx vitest run",
"test:watch": "bunx vitest",
"verify": "bun run build:bookmarklet && bun run test",
"e2e:inject": "bun e2e/inject.e2e.mjs",
"e2e:patch": "bun e2e/patch.e2e.mjs",
"e2e:smoke": "bun e2e/agent-smoke.e2e.mjs",
"e2e:ask": "bun e2e/agent-ask.e2e.mjs",
"e2e:rewind": "bun e2e/agent-rewind.e2e.mjs",
"e2e:subagents": "bun e2e/subagents.e2e.mjs",
"e2e:filepanel": "bun e2e/filepanel.e2e.mjs",
"eval": "bun eval/run-eval.mjs"
},
"devDependencies": {
"@tailwindcss/cli": "^4.3.2",
"linkedom": "^0.18.5",
"playwright": "^1.61.1",
"tailwindcss": "3",
"tailwindcss4": "npm:tailwindcss@4.3.2",
"vitest": "^2.1.8"
}
}