54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "listener-rss-agregator",
|
|
"version": "0.0.2",
|
|
"description": "",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"git": "https://zeteo.me/gitea/Outils-PeerTube/listener-rss-agregators",
|
|
"bugs": {
|
|
"url": "https://zeteo.me/gitea/Outils-PeerTube/listener-rss-agregators/issues"
|
|
},
|
|
"files": [
|
|
"build/"
|
|
],
|
|
"scripts": {
|
|
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [
|
|
"RSS",
|
|
"RSS to JSON",
|
|
"RSS listener"
|
|
],
|
|
"author": "Amaury Joly <amaury.joly@hotmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.15",
|
|
"@types/mocha": "^8.2.1",
|
|
"@types/node": "14.14.37",
|
|
"@typescript-eslint/eslint-plugin": "4.19.0",
|
|
"@typescript-eslint/parser": "4.19.0",
|
|
"chai": "4.3.3",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.21.0",
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-mocha": "8.0.0",
|
|
"eslint-plugin-prettier": "3.3.1",
|
|
"mocha": "^8.2.1",
|
|
"nock": "^13.0.11",
|
|
"prettier": "2.2.1",
|
|
"sinon-chai": "^3.5.0",
|
|
"sinon": "~11.1.1",
|
|
"tmp-promise": "^3.0.2",
|
|
"ts-node": "9.1.1",
|
|
"ts-sinon": "2.0.1",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@databases/sqlite": "^3.0.0",
|
|
"listener-rss": "^0.0.1"
|
|
}
|
|
}
|