17 lines
310 B
JSON
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"
|
|
}
|
|
}
|