You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "grafana-data-exporter",
|
|
|
|
"version": "0.3.1",
|
|
|
|
"description": "Server for fetching data from Grafana datasources",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node dist/server.js",
|
|
|
|
"dev": "node build/dev-server.js",
|
|
|
|
"build": "webpack --config build/webpack.prod.conf.js"
|
|
|
|
},
|
|
|
|
"author": "CorpGlory",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/express": "^4.11.1",
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"express": "^4.16.3",
|
|
|
|
"fast-csv": "^2.4.1",
|
|
|
|
"grafana-datasource-kit": "^0.0.5",
|
|
|
|
"moment": "^2.22.1",
|
|
|
|
"nodemon": "^1.17.3",
|
|
|
|
"ts-loader": "^3.5.0",
|
|
|
|
"typescript": "^2.8.3",
|
|
|
|
"webpack": "^3.5.6"
|
|
|
|
}
|
|
|
|
}
|