UNPKG

create-new-startup

Version:
69 lines (68 loc) 1.49 kB
{ "name": "pivotjs-officialextension", "displayName": "PivotJS-Official", "publisher": "MurageKibicho", "author": { "name": "Murage Kibicho" }, "description": "Official Extension pack for the Pivot JS framework", "version": "0.0.2", "engines": { "vscode": "^1.79.0" }, "categories": [ "Other" ], "main": "./extension.js", "contributes": { "submenus":[ { "id": "pivotjs.submenu", "label": "PivotJS Functions" } ], "menus": { "editor/context": [ { "submenu": "pivotjs.submenu", "group": "navigation" } ], "pivotjs.submenu":[ { "command": "pivotjs-officialextension.createFolder" } ] }, "commands": [ { "command": "pivotjs-officialextension.createFolder", "title": "PivotJS Page" } ] }, "scripts": { "lint": "eslint .", "pretest": "npm run lint", "test": "node ./test/runTest.js" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "20.2.5", "@types/vscode": "^1.79.0", "@vscode/test-electron": "^2.3.2", "eslint": "^8.41.0", "glob": "^8.1.0", "mocha": "^10.2.0", "typescript": "^5.1.3" }, "dependencies": { }, "license": "MIT", "bugs": { "url":"https://github.com/kibichomurage/create-new-startup/issues" }, "homepage": "https://github.com/kibichomurage/create-new-startup" }