f2e340f432
* Release notes for TypeScript 3.0. close #215 * review
33 lines
726 B
JSON
33 lines
726 B
JSON
{
|
|
"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.1",
|
|
"markdownlint": "^0.3.1"
|
|
}
|
|
}
|