This commit is contained in:
Lee Tang
2022-03-15 23:53:25 +08:00
parent aec27520ca
commit 9dfd69c7a9
7 changed files with 80 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,43 @@
{
"$schema": "https://www.raycast.com/schemas/extension.json",
"name": "hacker-news",
"title": "Hacker News",
"description": "Read the latest stories of Hacker News.",
"icon": "icon.png",
"author": "thomas",
"license": "MIT",
"commands": [
{
"name": "frontpage",
"title": "Read Frontpage",
"subtitle": "Hacker News",
"description": "Get the latest from the fontpage of Hacker News.",
"mode": "view"
},
{
"name": "show",
"title": "Read Show HN",
"subtitle": "Hacker News",
"description": "Get the latest from Show HN.",
"mode": "view"
}
],
"dependencies": {
"@raycast/api": "^1.28.0",
"got": "^11.8.2",
"rss-parser": "^3.12.0"
},
"devDependencies": {
"@types/node": "~16.10.0",
"@types/react": "^17.0.28",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"typescript": "^4.4.3"
},
"scripts": {
"build": "ray build -e dist",
"dev": "ray develop"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules