typescript-yaml-plugin
Version:
TypeScript Language Service plugin for YAML
37 lines (36 loc) • 953 B
JSON
{
"name": "typescript-yaml-plugin",
"version": "1.0.5",
"description": "TypeScript Language Service plugin for YAML",
"keywords": ["typescript", "ts", "typescript-5", "ts-5", "yaml", "yml", "plugin", "language-service", "intellisense", "autocomplete"],
"author": "João Cabral Pinto",
"repository": {
"type": "git",
"url": "https://github.com/cabralpinto/typescript-yaml-plugin.git"
},
"homepage": "https://github.com/cabralpinto/typescript-yaml-plugin#readme",
"bugs": {
"url": "https://github.com/cabralpinto/typescript-yaml-plugin/issues"
},
"license": "MIT",
"main": "./dist/index.js",
"files": [
"./dist",
"README.md"
],
"scripts": {
"build": "tsc",
"format": "prettier --write ."
},
"engines": {
"typescript": ">=5.0"
},
"dependencies": {
"typescript": "^5.9.2",
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/node": "^24.2.0",
"prettier": "^3.6.2"
}
}