Compare commits

..

No commits in common. "testing" and "master" have entirely different histories.

3 changed files with 4397 additions and 26 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
build/
node_modules/
.idea/
.idea/

4411
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,14 +9,11 @@
"url": "https://zeteo.me/gitea/Outils-PeerTube/listener-rss-agregators/issues"
},
"files": [
"build/",
"README.md",
"package.json"
"build/"
],
"scripts": {
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
"build": "tsc",
"prepack": "npm i && npm run build"
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
"build": "tsc"
},
"keywords": [
"RSS",