package.json (836B)
1 { 2 "name": "@types/vscode", 3 "version": "1.109.0", 4 "description": "TypeScript definitions for vscode", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vscode", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Visual Studio Code Team, Microsoft", 10 "githubUsername": "microsoft", 11 "url": "https://github.com/microsoft" 12 } 13 ], 14 "main": "", 15 "types": "index.d.ts", 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 19 "directory": "types/vscode" 20 }, 21 "scripts": {}, 22 "dependencies": {}, 23 "peerDependencies": {}, 24 "typesPublisherContentHash": "e2feb07267793bb28acd62d5f5923283c988d376c8fbc2b22064d0d00cb98fa5", 25 "typeScriptVersion": "5.2" 26 }