{ "name": "tranlastion", "displayName": "tranlastion", "description": "一个划词及悬浮的翻译插件", "version": "0.0.1", "author": "Caner", "emil": "5658514@qq.com", "license": "any", "repository": "https://git.caner.top/Caner/vscode-translation.git", "engines": { "vscode": "^1.76.0" }, "categories": [ "Other" ], "activationEvents": [ "onStartupFinished" ], "main": "./out/extension.js", "scripts": { "vscode:prepublish": "yarn run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "pretest": "yarn run compile && yarn run lint", "lint": "eslint src --ext ts", "test": "node ./out/test/runTest.js" }, "devDependencies": { "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "16.x", "@types/vscode": "^1.76.0", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "@vscode/test-electron": "^2.2.3", "eslint": "^8.34.0", "glob": "^8.1.0", "mocha": "^10.2.0", "typescript": "^4.9.5" }, "dependencies": { "axios": "^1.3.4", "crypto-js": "^4.1.1", "utf8": "^3.0.0" } }