You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
549 B

{
"name": "coro-api",
"version": "1.0.2",
"description": "新型冠状病毒 API",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotcat/coro-api.git"
},
"keywords": [
"coronavirus",
"api"
],
"author": "iotcat",
"license": "MIT",
"bugs": {
"url": "https://github.com/iotcat/coro-api/issues"
},
"homepage": "https://github.com/iotcat/coro-api#readme",
"dependencies": {
"coro-py": "1.0.1",
"express": "^4.17.1"
}
}