Dot_Files/.config/raycast/extensions/0cd446d7-5a99-4510-81dd-ddf72296859d/package.json

40 lines
1013 B
JSON

{
"$schema": "https://www.raycast.com/schemas/extension.json",
"name": "stackoverflow",
"title": "Search StackOverflow",
"description": "Search StackOverflow from Raycast",
"icon": "command-icon.png",
"author": "reckoning-dev",
"version": "1.0.0",
"license": "MIT",
"commands": [
{
"name": "commandSearchStackOverflow",
"title": "Search Question",
"subtitle": "StackOverflow",
"description": "Search StackOverflow",
"mode": "view"
}
],
"dependencies": {
"@raycast/api": "^1.25.0",
"he": "^1.2.0",
"node-fetch": "^3.0.0"
},
"devDependencies": {
"@types/he": "^1.1.2",
"@types/node": "^16.11.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",
"react-devtools": "^4.19.2",
"typescript": "^4.4.3"
},
"scripts": {
"build": "ray build -e dist",
"dev": "ray develop"
}
}