mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 04:07:52 +08:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"name": "@coralproject/talk-plugin-profile-data",
|
|
"version": "1.0.0",
|
|
"description": "Adds profile data management for Talk",
|
|
"main": "index.js",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"dependencies": {
|
|
"archiver": "^2.1.1",
|
|
"cron": "^1.3.0",
|
|
"csv-stringify": "^3.0.0"
|
|
}
|
|
}
|