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.
26 lines
689 B
26 lines
689 B
{ |
|
"name": "grafana-data-exporter", |
|
"version": "0.5.0", |
|
"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": "^1.1.1", |
|
"@types/express": "^4.11.1", |
|
"@types/lodash": "^4.14.116", |
|
"axios": "^0.18.0", |
|
"express": "^4.16.3", |
|
"fast-csv": "^2.4.1", |
|
"moment": "^2.22.1", |
|
"nodemon": "^1.17.3", |
|
"ts-loader": "^3.5.0", |
|
"typescript": "^2.8.3", |
|
"webpack": "^3.5.6" |
|
} |
|
}
|
|
|