@vscode/jupyter-extension
Version:
Contains the type definitions for the API exposed by the Jupyter Extension for VS Code
29 lines (28 loc) • 809 B
JSON
{
"name": "@vscode/jupyter-extension",
"description": "Contains the type definitions for the API exposed by the Jupyter Extension for VS Code",
"version": "1.1.1",
"author": {
"name": "Microsoft Corporation"
},
"keywords": [
"Jupyter",
"VSCode",
"API"
],
"types": "api.d.ts",
"license": "MIT",
"homepage": "https://github.com/microsoft/vscode-jupyter",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-jupyter"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode-jupyter/issues"
},
"scripts": {
"buildStable": "npm run clean && node ./stable.js",
"buildProposed": "npm run clean && node ./proposed.js",
"clean": "node ./clean.js"
}
}