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.
28 lines
733 B
28 lines
733 B
{ |
|
"name": "grafana-data-exporter", |
|
"version": "0.6.3", |
|
"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": { |
|
"@corpglory/tsdb-kit": "^2.0.3", |
|
"axios": "^1.2.1", |
|
"express": "^4.18.2", |
|
"fast-csv": "^2.5.0", |
|
"lodash": "^4.17.21", |
|
"moment": "^2.29.4", |
|
"moment-timezone": "^0.5.40", |
|
"nodemon": "^2.0.20", |
|
"ts-loader": "^9.4.2", |
|
"typescript": "^4.9.4", |
|
"uuid": "^9.0.0", |
|
"webpack": "^5.75.0", |
|
"webpack-cli": "^5.0.1" |
|
} |
|
}
|
|
|