bookmark/pinyinService/package.json
2020-03-22 20:43:39 +08:00

17 lines
310 B
JSON

{
"name": "pinyinservice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fanxb",
"license": "MIT",
"dependencies": {
"koa": "^2.11.0",
"koa-body": "^4.1.1",
"pinyin": "^2.9.0"
}
}