-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 898 Bytes
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
{
"name": "@learnaihubc/learn-mysql",
"version": "1.0.0",
"description": "Codex skill for secure alias-based MySQL operations.",
"scripts": {
"test": "node test/mysql-ops.test.mjs && node --test test/install.test.mjs"
},
"bin": {
"learn-mysql": "bin/install.mjs"
},
"files": [
"README.md",
"README_CN.md",
"LICENSE",
"bin",
"skills/mysql-ops"
],
"keywords": [
"codex",
"skill",
"mysql",
"database",
"sql",
"backup"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LearnAIHubC/LearnMySQL.git"
},
"bugs": {
"url": "https://github.com/LearnAIHubC/LearnMySQL/issues"
},
"homepage": "https://github.com/LearnAIHubC/LearnMySQL#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"engines": {
"node": ">=18"
}
}