59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "imagemarkpengent",
|
|
"displayName": "ImageMarkPengent",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"publisher": "PengentAIRyohYA",
|
|
"engines": {
|
|
"vscode": "^1.99.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pengent-ai/imagemarkpengent.git"
|
|
},
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"activationEvents": [
|
|
"onCommand:imagemarkpengent.openImageEditor"
|
|
],
|
|
"main": "./out/extension.js",
|
|
"contributes": {
|
|
"commands": [
|
|
{
|
|
"command": "imagemarkpengent.openImageEditor",
|
|
"title": "Open in ImageMarkPengent"
|
|
}
|
|
],
|
|
"menus": {
|
|
"explorer/context": [
|
|
{
|
|
"command": "imagemarkpengent.openImageEditor",
|
|
"when": "resourceExtname =~ /\\.(png|jpg|jpeg)$/",
|
|
"group": "navigation"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"vscode:prepublish": "yarn run compile",
|
|
"compile": "tsc -p ./",
|
|
"watch": "tsc -watch -p ./",
|
|
"pretest": "yarn run compile && yarn run lint",
|
|
"lint": "eslint src",
|
|
"test": "vscode-test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/vscode": "^1.99.0",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "20.x",
|
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
"@typescript-eslint/parser": "^8.28.0",
|
|
"eslint": "^9.23.0",
|
|
"typescript": "^5.8.2",
|
|
"@vscode/test-cli": "^0.0.10",
|
|
"@vscode/test-electron": "^2.4.1"
|
|
}
|
|
}
|