| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "real-gold",
- "displayName": "realGold",
- "description": "一个在状态栏显示黄金实时价格的插件",
- "version": "0.0.6",
- "publisher": "Caner",
- "author": "Caner",
- "emil": "5658514@qq.com",
- "license": "MIT",
- "repository": "https://git.caner.top/Caner/vscode-gold.git",
- "icon": "images/icon.png",
- "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",
- "build": "vsce package --no-yarn"
- },
- "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.8.4"
- }
- }
|