1 Star 0 Fork 0

codes_test/typescript-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Jake Bailey 提交于 2025-02-06 05:44 +08:00 . Generate LSP types from metaModel.json (#278)
{
"name": "typescript-go",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "0.0.0",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
"TypeScript",
"Microsoft",
"compiler",
"language",
"javascript"
],
"bugs": {
"url": "https://github.com/microsoft/typescript-go/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/typescript-go.git"
},
"devDependencies": {
"@types/node": "latest",
"@types/which": "^3.0.4",
"chokidar": "^4.0.3",
"dprint": "^0.47.6",
"execa": "^9.5.1",
"glob": "^10.4.5",
"hereby": "^1.10.0",
"json-schema-to-typescript-lite": "^14.1.0",
"picocolors": "^1.1.1",
"typescript": "^5.7.3",
"which": "^5.0.0"
},
"scripts": {
"postinstall": "hereby postinstall",
"build": "hereby build",
"build:watch": "hereby build:watch",
"test": "hereby test",
"extension:build": "npm run -w typescript-lsp build",
"extension:watch": "npm run -w typescript-lsp watch"
},
"workspaces": [
"./_extension"
],
"packageManager": "npm@8.19.4",
"volta": {
"node": "20.5.1",
"npm": "8.19.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codes_test/typescript-go.git
git@gitee.com:codes_test/typescript-go.git
codes_test
typescript-go
typescript-go
main

搜索帮助