bookmark/pinyinService/package.json

17 lines
310 B
JSON
Raw Normal View History

2020-03-15 18:32:04 +08:00
{
"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",
2020-03-22 20:43:39 +08:00
"koa-body": "^4.1.1",
2020-03-15 18:32:04 +08:00
"pinyin": "^2.9.0"
}
}