@raycast/api
Version:
Build extensions for Raycast with React and Node.js.
40 lines (39 loc) • 859 B
JSON
{
"name": "@raycast/api",
"version": "1.83.1",
"description": "Build extensions for Raycast with React and Node.js.",
"author": "Raycast Technologies Ltd.",
"homepage": "https://developers.raycast.com",
"repository": {
"url": "https://github.com/raycast/extensions"
},
"license": "MIT",
"types": "types/index.d.ts",
"dependencies": {
"@types/node": "^20.8.10",
"@types/react": "^18.3.3",
"react": "18.3.1"
},
"peerDependencies": {
"@types/node": "20.8.10",
"@types/react": "18.3.3",
"react-devtools": "5.2.0"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"react-devtools": {
"optional": true
}
},
"scripts": {
"postinstall": "bin/ray npm-post-install"
},
"bin": {
"ray": "bin/ray"
}
}