microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
508fb90401be5e3bb2a4a7e36d030d5b2639318f

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

playground/package.json

13lines · modecode

1{
2 "name": "qsharp-playground",
3 "version": "0.0.0",
4 "type": "module",
5 "description": "Web playground for the qsharp compiler",
6 "private": true,
7 "license": "MIT",
8 "scripts": {
9 "build": "node build.js",
10 "build:release": "node build.js --release",
11 "start": "node build.js --serve"
12 }
13}
14