nljfeeds/package.json
2023-04-13 00:48:46 +00:00

24 lines
612 B
JSON

{
"name": "osmosfeed-template",
"version": "1.0.0",
"description": "Use this template to create the UI and content of an RSS feed reader.",
"main": "index.js",
"scripts": {
"build": "osmosfeed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osmoscraft/osmosfeed-template.git"
},
"keywords": [],
"author": "osmoscraft",
"license": "MIT",
"bugs": {
"url": "https://github.com/osmoscraft/osmosfeed-template/issues"
},
"homepage": "https://github.com/osmoscraft/osmosfeed-template#readme",
"dependencies": {
"@osmoscraft/osmosfeed": "^1.2.2"
}
}