{
  "name": "@codingame/monaco-vscode-language-pack-fr",
  "version": "30.0.1",
  "keywords": [],
  "author": {
    "name": "CodinGame",
    "url": "http://www.codingame.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/CodinGame/monaco-vscode-api.git"
  },
  "type": "module",
  "private": false,
  "description": "Language pack designed to be used with @codingame/monaco-vscode-api",
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "@codingame/monaco-vscode-api": "30.0.1"
  }
}