ga4-test-site/articlegen/package.json
2024-01-18 15:42:05 +03:00

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"
}
}