mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
updates
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
File diff suppressed because one or more lines are too long
@@ -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
1
raycast/extensions/node_modules
Symbolic link
1
raycast/extensions/node_modules
Symbolic link
@@ -0,0 +1 @@
|
||||
/Applications/Raycast.app/Contents/Resources/RaycastCommands_RaycastCommands.bundle/Contents/Resources/api/node_modules
|
||||
Reference in New Issue
Block a user