16 lines
284 B
JSON
16 lines
284 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",
|
|
"pinyin": "^2.9.0"
|
|
}
|
|
}
|