listener-rss-agregators-tests/package.json

49 lines
1.2 KiB
JSON

{
"name": "gestion-listener",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build/"
],
"scripts": {
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' mocha --require ts-node/register ./tests/**/*-spec.ts",
"build": "tsc -p ./src"
},
"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",
"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"
}
}