@totvs/tds-ls
Version:
Totvs Language Server
25 lines (24 loc) • 642 B
JSON
{
"name": "@totvs/tds-ls",
"version": "2.1.2",
"description": "Totvs Language Server",
"repository": {
"type": "git",
"url": "git+https://github.com/totvs/tds-ls.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"---RELEASE---": "",
"release": "npx standard-version",
"tag": "git push --follow-tags",
"to_publish": "npm publish --access public"
},
"author": "TOTVS S.A.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/totvs/tds-ls/issues"
},
"homepage": "https://github.com/totvs/tds-ls#readme",
"main": "index.js",
"types": "index.d.ts"
}