{
	"name": "uncertainty-plugin-demo",
	"displayName": "uncertainty-plugin-demo",
	"description": "测不准插件demo",
	"version": "0.0.3",
	"publisher": "teg-uncertainty-main",
	"engines": {
		"vscode": "^1.46.0"
	},
	"categories": [
		"Other"
	],
	"activationEvents": [
		"onCommand:uncertainty-plugin-demo.wxPage",
		"onCommand:uncertainty-plugin-demo.rename"
	],
	"main": "./out/extension.js",
	"contributes": {
		"commands": [
			{
				"command": "uncertainty-plugin-demo.wxPage",
				"title": "创建 wx 文件"
			},
			{
				"command": "uncertainty-plugin-demo.rename",
				"title": "重命名 wx 文件"
			}
		],
		"menus": {
			"explorer/context": [
				{
					"command": "uncertainty-plugin-demo.wxPage"
				},
				{
					"command": "uncertainty-plugin-demo.rename"
				}
			]
		}
	},
	"scripts": {
		"vscode:prepublish": "npm run compile",
		"compile": "tsc -p ./",
		"watch": "tsc -watch -p ./",
		"pretest": "npm run compile && npm run lint",
		"lint": "eslint src --ext ts",
		"test": "node ./out/test/runTest.js"
	},
	"devDependencies": {
		"@types/vscode": "^1.46.0",
		"@types/glob": "^7.1.3",
		"@types/mocha": "^8.0.0",
		"@types/node": "^12.11.7",
		"eslint": "^7.9.0",
		"@typescript-eslint/eslint-plugin": "^4.1.1",
		"@typescript-eslint/parser": "^4.1.1",
		"glob": "^7.1.6",
		"mocha": "^8.1.3",
		"typescript": "^4.0.2",
		"vscode-test": "^1.4.0"
	},
	"repository": {
		"url": "https://github.com/Bluestar123/uncertainty-vs-plugins"
	}
}
