converts irc logs to html files that look like discord
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
487 B

2 years ago
  1. {
  2. "name": "friendly-waffle",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "built.js",
  6. "scripts": {
  7. "build": "rm -rf .out/*.js && tsc -b -v && node_modules/.bin/rollup -c rollup.config.js"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@open-wc/building-rollup": "^1.10.0",
  14. "deepmerge": "^4.2.2",
  15. "rimraf": "^3.0.2",
  16. "rollup": "^2.54.0"
  17. },
  18. "dependencies": {
  19. "afinn-165": "^2.0.1",
  20. "chart.js": "^3.5.0"
  21. }
  22. }