lmlfc-bttv/package.json

22 lines
606 B
JSON
Raw Normal View History

2023-12-28 13:55:42 +00:00
{
"name": "lmlfc-bttv",
2023-12-28 21:30:28 +00:00
"version": "0.1",
2023-12-28 13:55:42 +00:00
"author": "Jörn-Michael Miehe <joern-michael.miehe@lenaisten.de>",
"license": "MIT",
"scripts": {
2023-12-30 03:11:22 +00:00
"build": "webpack --config webpack.config.js",
2023-12-30 03:14:50 +00:00
"lint-ext": "web-ext lint --source-dir=dist",
2023-12-30 03:11:22 +00:00
"build-ext": "web-ext build --source-dir=dist --artifacts-dir=dist --overwrite-dest"
2023-12-28 13:55:42 +00:00
},
"devDependencies": {
"@types/chrome": "^0.0.254",
"copy-webpack-plugin": "^11.0.0",
"prettier": "^3.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
2023-12-30 03:11:22 +00:00
"web-ext": "^7.9.0",
2023-12-28 13:55:42 +00:00
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}