{ "name": "tia-lsp", "version": "0.1.0", "description": "Language Server Protocol implementation for Siemens TIA Portal languages (SCL, with planned STL/AWL, LAD, FBD support)", "main": "src/main.lua", "scripts": { "start": "lua src/main.lua", "test": "lua src/main.lua --test" }, "keywords": [ "scl", "lsp", "siemens", "TIA-Portal" ], "author": "", "license": "MIT", "dependencies": { "lua-lsp": "^1.0.0" } }