Files

17 lines
326 B
JSON

{
"name": "@mason/yaml-language-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"yaml-language-server": "^1.19.1"
}
}