2024-09-24 03:23:12 +00:00
|
|
|
{
|
|
|
|
"name": "logarithmplotter",
|
|
|
|
"version": "0.6.0",
|
|
|
|
"description": "2D plotter software to make Bode plots, sequences and distribution functions.",
|
2024-10-14 15:18:58 +00:00
|
|
|
"main": "src/index.mjs",
|
2024-09-24 03:23:12 +00:00
|
|
|
"scripts": {
|
2024-09-28 01:32:51 +00:00
|
|
|
"build": "rollup --config rollup.config.mjs",
|
2024-09-29 22:23:39 +00:00
|
|
|
"test": "c8 mocha test/**/*.mjs"
|
2024-09-24 03:23:12 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.ad5001.eu/Ad5001/LogarithmPlotter"
|
|
|
|
},
|
|
|
|
"author": "Ad5001 <mail@ad5001.eu>",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"dependencies": {
|
2024-09-25 17:18:04 +00:00
|
|
|
"@babel/preset-env": "^7.25.4",
|
|
|
|
"@rollup/plugin-babel": "^6.0.4",
|
2024-09-24 03:23:12 +00:00
|
|
|
"@rollup/plugin-commonjs": "^28.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
2024-09-28 01:46:16 +00:00
|
|
|
"c8": "^10.1.2",
|
2024-09-26 20:36:42 +00:00
|
|
|
"rollup": "^4.22.4",
|
|
|
|
"rollup-plugin-cleanup": "^3.2.1"
|
2024-09-28 01:32:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^5.0.0",
|
2024-10-11 22:40:46 +00:00
|
|
|
"@types/chai-spies": "^1.0.6",
|
2024-10-19 22:11:35 +00:00
|
|
|
"@types/chai-as-promised": "^8.0.1",
|
2024-09-28 01:32:51 +00:00
|
|
|
"@types/mocha": "^10.0.8",
|
|
|
|
"chai": "^5.1.1",
|
|
|
|
"chai-as-promised": "^8.0.0",
|
2024-10-11 22:40:46 +00:00
|
|
|
"chai-spies": "^1.1.0",
|
2024-09-28 01:32:51 +00:00
|
|
|
"esm": "^3.2.25",
|
|
|
|
"mocha": "^10.7.3"
|
2024-09-24 03:23:12 +00:00
|
|
|
}
|
|
|
|
}
|