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.
vscode-api-cn.js/package.json

15 lines
424 B

{
"name": "vscode-api",
"description": "VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了所有扩展作者可以使用的 VS Code API。",
"license": "MIT",
"scripts": {
"build": "typedoc",
"dev": "yarn build --watch & serve docs/"
},
"devDependencies": {
"serve": "^12.0.0",
"typedoc": "^0.21.5",
"typescript": "^4.3.5"
}
}