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.
18 lines
497 B
18 lines
497 B
{
|
|
"name": "vscode-api-cn",
|
|
"description": "VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了所有扩展作者可以使用的 VS Code API。",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prebuild": "rimraf docs/",
|
|
"build": "typedoc",
|
|
"dev": "yarn build --watch",
|
|
"start": "serve docs/"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"serve": "^12.0.0",
|
|
"typedoc": "^0.21.5",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|