-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 983 Bytes
/
package.json
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
{
"name": "team",
"version": "1.0.0",
"description": ":smiley: Currently, the project is in its initial stages. Detailed documentation and code updates will be added here as the project progresses.",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tj-cs-swe/cs10102302-2024/intelligent-worker/frontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/tj-cs-swe/cs10102302-2024/intelligent-worker/frontend/issues"
},
"homepage": "https://gitlab.com/tj-cs-swe/cs10102302-2024/intelligent-worker/frontend#readme",
"dependencies": {
"@miniprogram-component-plus/tabs": "^1.0.0",
"weui-miniprogram": "^1.3.1"
},
"setting": {
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./"
}
]
}
}