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

{
"name": "friendly-waffle",
"version": "1.0.0",
"description": "",
"main": "built.js",
"scripts": {
"build": "rm -rf .out/*.js && tsc -b -v && node_modules/.bin/rollup -c rollup.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@open-wc/building-rollup": "^1.10.0",
"deepmerge": "^4.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.54.0"
},
"dependencies": {
"afinn-165": "^2.0.1",
"chart.js": "^3.5.0"
}
}