1 Star 0 Fork 34

郭佩/TypeScript-Documents-Chinese

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 725 Bytes
一键复制 编辑 原始数据 按行查看 历史
patrick.zhongsp 提交于 2019-03-24 09:38 . NPM: Use exact version. PR833
{
"name": "typescript-handbook-cn",
"version": "1.0.0",
"description": "The TypeScript Handbook is a comprehensive guide to the TypeScript language",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "node ./lint.js",
"lint": "node ./lint.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zhongsp/TypeScript"
},
"keywords": [
"TypeScript"
],
"author": {
"name": "Patrick Zhong",
"email": "patrick.zhongsp@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zhongsp/TypeScript/issues"
},
"homepage": "https://github.com/zhongsp/TypeScript",
"devDependencies": {
"glob": "7.1.3",
"markdownlint": "0.11.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/gpei/TypeScript-Handbook-zh.git
git@gitee.com:gpei/TypeScript-Handbook-zh.git
gpei
TypeScript-Handbook-zh
TypeScript-Documents-Chinese
master

搜索帮助