fedifeed/package.json
Sam Therapy 34c1302905
remove typescript
It works now why change it

Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-02-06 15:30:57 -06:00

27 lines
645 B
JSON

{
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.2",
"feedparser": "^2.2.10",
"got": "^12.0.1",
"megalodon": "^4.0.0",
"morgan": "^1.10.0",
"serve-static": "^1.14.2",
"timeago.js": "^4.0.2"
},
"main": "index.js",
"type": "module",
"license": "MIT",
"scripts": {
"start": "yarn build-styles && node src/index.js",
"build-styles": "node src/build-styles.js",
"lint": "eslint --ext .js src lib",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"eslint": "^8.8.0",
"node-sass": "^7.0.1"
}
}