代码拉取完成,页面将自动刷新
{
"name": "project-view",
"title": "Project view",
"description": "View and visualize projects defined in Markdown files in a repository.",
"publisher": "sourcegraph",
"version": "0.0.0-DEVELOPMENT",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sourcegraph/sourcegraph-project-view.git"
},
"bugs": {
"url": "https://github.com/sourcegraph/sourcegraph-project-view/issues"
},
"activationEvents": [
"*"
],
"contributes": {
"actions": [
{
"id": "projectView.openPanel",
"command": "openPanel",
"commandArguments": [
"projectView.panel"
],
"title": "Project chart",
"actionItem": {
"label": "Project chart",
"description": "View Gantt chart of projects"
}
}
],
"menus": {
"editor/title": [
{
"action": "projectView.openPanel",
"when": "resource"
}
],
"directory/page": [
{
"action": "projectView.openPanel",
"when": "resource"
}
],
"commandPalette": [
{
"action": "projectView.openPanel",
"when": "resource"
}
]
},
"views": {
"window/panel": [
{
"id": "projectView.panel"
}
]
}
},
"files": [
"dist"
],
"main": "dist/extension.js",
"scripts": {
"test": "mocha --require ts-node/register \"src/**/*.test.ts\"",
"commitmsg": "commitlint -e $GIT_PARAMS",
"prettier": "prettier '**/{*.{js?(on),ts?(x),scss},.*.js?(on)}' --write --list-different",
"tslint": "tslint -c tslint.json -p tsconfig.json './src/*.ts?(x)' './*.ts?(x)'",
"build": "parcel build src/extension.ts",
"serve": "parcel serve --no-hmr --no-source-maps src/extension.ts",
"watch": "tsc -p . -w",
"sourcegraph:prepublish": "npm run build"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"nyc": {
"include": [
"src/**/*.ts?(x)"
],
"exclude": [
"**/*.test.ts?(x)"
],
"extension": [
".tsx",
".ts"
]
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@sourcegraph/prettierrc": "^2.2.0",
"@sourcegraph/tsconfig": "^3.0.0",
"@sourcegraph/tslint-config": "^12.0.0",
"@types/toposort": "^2.0.1",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"parcel-bundler": "^1.9.7",
"prettier": "^1.14.2",
"sourcegraph": "^18.0.0",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"toposort": "^2.0.2"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。