{ "name": "product-icon-theme-sample", "version": "0.1.0", "publisher": "vscode-samples", "engines": { "vscode": "*" }, "contributes": { "productIconThemes": [ { "id": "vscode-v1-icons", "label": "VSCode 1.0 Icons", "path": "./theme/v1-product-icon-theme.json" } ] }, "scripts": { "updateFont": "node ./build/updateFont.js", "showFont": "open ./theme/vscode-10.html" }, "devDependencies": { "open": "^7.0.3", "webfont": "^11.2.4" } }