See More

{ "name": "Dlubal JavaScript High Level Functions", "version": "0.0.1", "description": "High level functions for JavaScript for InApp scripting in RFEM / RSTAB and RSECTION", "main": "index.js", "authors": { "name": "DLubal Software", "email": "[email protected]" }, "repository": "https://github.com/Dlubal-Software/Dlubal_JavaScript_Library/Dlubal JavaScript High Level Functions", "license": "MIT", "scripts": { "docs:build": "vuepress build docs", "docs:dev": "vuepress dev docs" }, "dependencies": { "vuepress": "^1.9.7" }, "devDependencies": { "@vuepress/plugin-back-to-top": "^1.9.7" } }