15 Star 3 Fork 0

Scave / Tiecode-VSCode-Plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
波波yr 提交于 2024-02-03 19:53 . 第一次提交
{
"name": "tiecode",
"displayName": "Tiecode",
"description": "A chinese program language integrated",
"version": "0.0.1",
"engines": {
"vscode": "^1.54.0"
},
"categories": [
"Other"
],
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "tiecode.createProject",
"title": "创建工程",
"category": "结绳"
}
]
},
"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": "vscode-test"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@types/vscode": "^1.54.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vscode/test-cli": "^0.0.4",
"@vscode/test-electron": "^2.3.8",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
},
"dependencies": {
"fs-extra": "^11.2.0",
"lodash": "^4.17.21"
}
}
1
https://gitee.com/scave/Tiecode-VSCode-Plugin.git
git@gitee.com:scave/Tiecode-VSCode-Plugin.git
scave
Tiecode-VSCode-Plugin
Tiecode-VSCode-Plugin
master

搜索帮助