fedifeed/package.json
Sam Therapy dd6144ed41
Purge axios because it's stinky
and add PNPM instead of yarn

Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-10-24 23:34:35 +02:00

29 lines
666 B
JSON

{
"dependencies": {
"cors": "2.8.5",
"ejs": "3.1.8",
"express": "4.18.2",
"megalodon": "4.1.0",
"morgan": "1.10.0",
"serve-static": "1.15.0",
"timeago.js": "4.0.2"
},
"main": "index.js",
"private": true,
"type": "module",
"license": "GPL-3.0",
"scripts": {
"start": "node index.js",
"lint": "eslint --fix . && prettier --write .",
"lint:ci": "eslint . && prettier . --check",
"test": "true"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.7.1",
"sass": "1.55.0"
},
"packageManager": "yarn@3.2.4"
}