{ "name": "qsharp-jupyterlab", "version": "0.0.0", "description": "Q# extension for JupyterLab", "keywords": [ "jupyter", "jupyterlab", "jupyterlab-extension" ], "homepage": "https://github.com/microsoft/qdk", "bugs": { "url": "https://github.com/microsoft/qdk/issues" }, "license": "MIT", "author": { "name": "Microsoft" }, "files": [ "lib" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/microsoft/qdk.git" }, "scripts": { "build": "npm run build:lib && npm run build:labextension:prod", "build:dev": "npm run build:lib && npm run build:labextension:dev", "build:prod": "npm run build:lib && npm run build:labextension:prod", "build:lib": "node ../../node_modules/typescript/bin/tsc -p ./tsconfig.json", "build:labextension:dev": "node node_modules/@jupyterlab/builder/lib/build-labextension.js --core-path ./jupyterlab-core --development .", "build:labextension:prod": "node node_modules/@jupyterlab/builder/lib/build-labextension.js --core-path ./jupyterlab-core ." }, "devDependencies": { "@jupyterlab/builder": "^4.5.6", "typescript": "5.6.3" }, "dependencies": { "@codemirror/language": "^6.12.3", "@codemirror/legacy-modes": "^6.5.1", "@jupyterlab/application": "^4.5.6", "@jupyterlab/codemirror": "^4.5.6", "@jupyterlab/notebook": "^4.5.6" }, "overrides": { "http-proxy-agent": "^7.0.0" }, "jupyterlab": { "extension": true, "outputDir": "qsharp-jupyterlab/labextension" } }