2024-08-02 15:41:16 +03:00
|
|
|
{
|
|
|
|
"name": "chart",
|
|
|
|
"version": "1.0.0",
|
2024-08-14 17:16:45 +03:00
|
|
|
"main": "chart.js",
|
2024-08-02 15:41:16 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/redume/kekkai.git"
|
|
|
|
},
|
|
|
|
"author": "Redume",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/redume/kekkai/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/redume/kekkai#readme",
|
|
|
|
"description": "A service for creating graphs",
|
|
|
|
"dependencies": {
|
2024-08-13 14:49:26 +03:00
|
|
|
"axios": "^1.7.3",
|
2024-08-14 17:16:45 +03:00
|
|
|
"chart.js-image": "^6.1.3",
|
|
|
|
"node-schedule": "^2.1.1"
|
2024-08-02 15:41:16 +03:00
|
|
|
}
|
|
|
|
}
|