/
weylin
/
WtDev
Обзор
Документация
Войти
/
weylin
/
WtDev
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
package.json
102 строки
3 KB
Weylin
0.5.3
27 янв 2026, 19:58
27 янв 2026, 19:58
70d6060
Код
Авторство
О чём код?
{ "name": "wtdev", "displayName": "WtDev", "description": "Developer tool for WebsoftHCM", "version": "0.5.3", "author": { "name": "Dmitry Karmazin", "email": "weylin@yandex.ru" }, "publisher": "DmitryKarmazin", "repository": { "url": "https://gitverse.ru/weylin/WtDev" }, "engines": { "vscode": "^1.98.0" }, "categories": [ "Other" ], "icon": "wtdev_logo.png", "activationEvents": [ "onStartupFinished" ], "main": "./dist/extension.js", "contributes": { "commands": [ { "command": "wtdev.uploadAllToTarget", "title": "Upload All To Selected Server..." }, { "command": "wtdev.addItemById", "title": "Add Item By ID" }, { "command": "wtdev.addItemsFromPackageScheme", "title": "Add Items From Server Package Scheme..." }, { "command": "wtdev.checkForOutdatedLocalXmlElems", "title": "Check For Outdated Local XMLs" }, { "command": "wtdev.createFullPackage", "title": "Create Full Package" }, { "command": "wtdev.createPackage", "title": "Create Package..." }, { "command": "wtdev.runPipeline", "title": "Run WtDev Pipeline..." }, { "command": "wtdev.runTask", "title": "Run WtDev Task" } ], "snippets": [ { "language": "javascript", "path": "./snippets/wt_js.json" } ] }, "scripts": { "vscode:prepublish": "npm run package", "compile": "webpack", "watch": "webpack --watch", "package": "webpack --mode production --devtool hidden-source-map", "compile-tests": "tsc -p . --outDir out", "watch-tests": "tsc -p . -w --outDir out", "pretest": "npm run compile-tests && npm run compile && npm run lint", "lint": "eslint src", "test": "vscode-test" }, "devDependencies": { "@types/adm-zip": "^0.5.7", "@types/md5": "^2.3.5", "@types/mocha": "^10.0.10", "@types/node": "22.13.14", "@types/vscode": "^1.98.0", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "@vscode/test-cli": "^0.0.10", "@vscode/test-electron": "^2.4.1", "eslint": "^9.23.0", "ts-loader": "^9.5.2", "typescript": "^5.8.2", "webpack": "^5.99.5", "webpack-cli": "^6.0.1" }, "dependencies": { "adm-zip": "^0.5.16", "axios": "^1.8.4", "dayjs": "^1.11.13", "md5": "^2.3.0", "winston": "^3.18.3" } }