24 lines
748 B
JSON
24 lines
748 B
JSON
{
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter"
|
|
},
|
|
"author": "Ad5001 <mail@ad5001.eu>",
|
|
"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",
|
|
"install": "^0.13.0",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-cleanup": "^3.2.1"
|
|
}
|
|
}
|