Files
typescript-tutorial/package.json
2023-07-17 08:28:50 +08:00

21 lines
464 B
JSON

{
"name": "typescript-tutorial",
"version": "1.0.0",
"description": "TypeScript 开源教程,介绍基本概念和用法,面向初学者。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"server": "loppo server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"loppo": "^0.6.25",
"loppo-theme-wangdoc": "^0.6.4"
}
}