53 lines
1.1 KiB
JSON
Executable File
53 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "dsc-platform",
|
|
"displayName": "数字卫星构建平台",
|
|
"version": "1.3.1",
|
|
"publisher": "njust-micro-nano-lab",
|
|
"description": "一个用于快速构建数字卫星的平台",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://117.72.162.127:3000/xb/vs-p.git"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.67.0"
|
|
},
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"activationEvents": [
|
|
"onCommand:open_DSCP"
|
|
],
|
|
"main": "./out/extension.js",
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "open_DSCP",
|
|
"title": "打开数字卫星构建平台",
|
|
"category": "平台测试"
|
|
}
|
|
],
|
|
"menus": {
|
|
"command-palette": [
|
|
{
|
|
"command": "open_DSCP",
|
|
"when": "true"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "npm run compile",
|
|
"compile": "tsc -p ./",
|
|
"watch": "tsc -watch -p ./",
|
|
"package": "vsce package"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.126",
|
|
"@types/vscode": "^1.67.0",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"dependencies": {
|
|
"isomorphic-git": "^1.35.1"
|
|
}
|
|
}
|