awtk/tools/word_gen/package.json

17 lines
307 B
JSON
Raw Permalink Normal View History

2018-06-26 14:47:03 +08:00
{
"name": "word_gen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2021-06-10 08:20:15 +08:00
"crawler": "^1.3.0",
"novel-segment": "^2.7.59",
2018-06-26 18:19:25 +08:00
"url": "^0.11.0"
2018-06-26 14:47:03 +08:00
}
}