{ "name": "logarithmplotter", "version": "0.6.0", "description": "2D plotter software to make Bode plots, sequences and distribution functions.", "main": "LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/autoload.mjs", "scripts": { "build": "rollup --config rollup.config.mjs", "test": "c8 mocha test/**/*.mjs" }, "repository": { "type": "git", "url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter" }, "author": "Ad5001 ", "license": "GPL-3.0-or-later", "dependencies": { "@babel/preset-env": "^7.25.4", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-node-resolve": "^15.3.0", "c8": "^10.1.2", "rollup": "^4.22.4", "rollup-plugin-cleanup": "^3.2.1" }, "devDependencies": { "@types/chai": "^5.0.0", "@types/chai-spies": "^1.0.6", "@types/mocha": "^10.0.8", "chai": "^5.1.1", "chai-as-promised": "^8.0.0", "chai-spies": "^1.1.0", "esm": "^3.2.25", "mocha": "^10.7.3" } }