@liangshen/alfred-datagrip
Version:
*Alfred工作流,快速启动DataGrip软件中打开过的项目* *Alfred workflow for DataGrip*
26 lines (25 loc) • 601 B
JSON
{
"name": "@liangshen/alfred-datagrip",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"type": "module",
"repository": "liangshen001/alfred-datagrip",
"scripts": {
"build": "tsc"
},
"keywords": [
"datagrip"
],
"author": "Wang Liang <850598163@qq.com>",
"license": "ISC",
"dependencies": {
"@liangshen/alfred": "^1.1.20",
"@liangshen/jetbrains": "^1.0.5"
},
"devDependencies": {
"@liangshen/tsconfig": "^1.0.3",
"@types/node": "^18.0.0",
"typescript": "^4.7.4"
}
}