1 Star 0 Fork 0

kaguva / tstype2obejct

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
kaguva 提交于 2024-03-25 23:27 . feat: 参考前辈代码完成基本功能
{
"name": "tstype2obejct",
"displayName": "tstype2obejct",
"description": "Create an empty object based on the object type and assign default values to the attributes of object based on the attribute type",
"version": "0.0.1",
"engines": {
"vscode": "^1.87.0"
},
"categories": [
"Other"
],
"activationEvents": [],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "tstype2obejct.tstype2obejct",
"title": "tstype2obejct"
}
]
},
"scripts": {
"vscode:prepublish": "pnpm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "pnpm run compile && pnpm run lint",
"lint": "eslint src --ext ts",
"test": "vscode-test"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "18.x",
"@types/vscode": "^1.87.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vscode/test-cli": "^0.0.6",
"@vscode/test-electron": "^2.3.9",
"eslint": "^8.56.0",
"typescript": "^5.3.3",
"typescript-parser": "^2.6.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kaguva.agree/tstype2obejct.git
git@gitee.com:kaguva.agree/tstype2obejct.git
kaguva.agree
tstype2obejct
tstype2obejct
master

搜索帮助