2015-04-10 16:05:54 +08:00
|
|
|
{
|
2015-12-16 22:10:19 +08:00
|
|
|
"name": "typescript-handbook-cn",
|
2015-04-10 16:05:54 +08:00
|
|
|
"version": "1.0.0",
|
2015-12-16 22:10:19 +08:00
|
|
|
"description": "The TypeScript Handbook is a comprehensive guide to the TypeScript language",
|
2015-04-10 16:05:54 +08:00
|
|
|
"directories": {
|
|
|
|
"doc": "doc"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-08-10 17:23:48 +08:00
|
|
|
"test": "node ./lint.js",
|
2018-08-07 09:46:41 +08:00
|
|
|
"lint": "node ./lint.js"
|
2015-04-10 16:05:54 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/zhongsp/TypeScript"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"TypeScript"
|
|
|
|
],
|
2016-10-25 16:39:24 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Patrick Zhong",
|
|
|
|
"email": "patrick.zhongsp@gmail.com"
|
|
|
|
},
|
2015-04-10 16:05:54 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/zhongsp/TypeScript/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/zhongsp/TypeScript",
|
|
|
|
"devDependencies": {
|
2019-03-24 09:38:08 +08:00
|
|
|
"glob": "7.1.3",
|
|
|
|
"markdownlint": "0.11.0"
|
2015-04-10 16:05:54 +08:00
|
|
|
}
|
|
|
|
}
|