-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 968 Bytes
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 968 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pi-java-enterprise",
"version": "0.1.0",
"description": "A bilingual Pi package for enterprise Java backend development with Spring Boot, MyBatis-Plus, MySQL, Redis, Kafka, Maven, and JUnit 5.",
"keywords": [
"pi-package",
"pi",
"java",
"spring-boot",
"mybatis-plus",
"mysql",
"redis",
"kafka",
"maven",
"junit5",
"backend",
"agent"
],
"license": "MIT",
"type": "module",
"author": "tan",
"engines": {
"node": ">=18"
},
"scripts": {
"check": "node scripts/validate-package.mjs",
"validate": "node scripts/validate-package.mjs"
},
"files": [
"skills",
"prompts",
"extensions",
"themes",
"docs",
"examples",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"pi": {
"extensions": [
"./extensions"
],
"skills": [
"./skills"
],
"prompts": [
"./prompts"
],
"themes": [
"./themes"
]
}
}