bom2table/package.json
2025-06-22 19:32:05 +01:00

31 lines
727 B
JSON

{
"name": "bom2table",
"version": "2.1.0",
"description": "",
"main": "bom2table.js",
"scripts": {
"serve": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint ."
},
"author": "nplayfair",
"license": "MIT",
"dependencies": {
"csvtojson": "^2.0.10",
"htmlfy": "^0.8.1"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"eslint": "^9.29.0",
"prettier": "^3.5.3",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}