You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "vscode-api-cn",
|
|
|
|
"description": "VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了所有扩展作者可以使用的 VS Code API。",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"build": "typedoc",
|
|
|
|
"dev": "onchange -i 'vscode.d.ts' 'typedoc.json' 'README.md' 'theme/**/*' -- yarn build",
|
|
|
|
"start": "serve docs/"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"onchange": "^7.1.0",
|
|
|
|
"serve": "^12.0.0",
|
|
|
|
"typedoc": "^0.21.5",
|
|
|
|
"typescript": "^4.3.5"
|
|
|
|
}
|
|
|
|
}
|