| 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 | |