18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "articlegen",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dayjs": "^1.11.10",
|
|
"keyword-extractor": "^0.0.28",
|
|
"mustache": "^4.2.0",
|
|
"txtgen": "^3.0.6"
|
|
}
|
|
}
|