miniflux-rss
Version:
Binding to Miniflux 2 REST API
38 lines (37 loc) • 919 B
JSON
{
"name": "miniflux-rss",
"version": "0.1.1",
"description": "Binding to Miniflux 2 REST API",
"main": "build/src/module",
"typings": "build/src/module",
"repository": {
"type": "git",
"url": "https://github.com/isavegas/miniflux-rss"
},
"keywords": [
"rss",
"miniflux"
],
"scripts": {
"test": "mocha -r ts-node/register test/**/*.spec.ts",
"test-watch": "mocha -w -r ts-node/register test/**/*.spec.ts --watch-extensions ts",
"build": "tsc",
"build-watch": "tsc -w",
"prepublishOnly": "tsc -p ."
},
"author": "isavegas <isavegas2006@gmail.com>",
"license": "MIT",
"dependencies": {
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/mocha": "^7.0.2",
"@types/nock": "^11.1.0",
"@types/node": "^13.9.1",
"chai": "^4.1.2",
"mocha": "^7.1.0",
"nock": "^12.0.3",
"ts-node": "^8.6.2"
}
}