Files
rocm-systems/projects/rocprofiler-compute/grafana/plugins/omniperf_plugin/package.json
T
coleramos425 68ef26a9cf Move all Grafana assets into subdir. Update plugin dependencies
Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 1f44b4faa5]
2024-05-10 09:07:40 -06:00

44 خطوط
1.2 KiB
JSON

{
"name": "amd-omniperf-data-plugin",
"version": "1.0.0",
"description": "",
"main": "server/mongo-proxy.js",
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"test": "./node_modules/grunt-cli/bin/grunt mochaTest'",
"server": "cd server && node mongo-proxy.js"
},
"author": "Audacious Software Group",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.24.5",
"babel": "^6.23.0",
"chai": "^4.3.6",
"grunt": "^1.6.1",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"jsdom": "^20.0.0",
"liftoff": "^5.0.0",
"load-grunt-tasks": "^3.5.2",
"prunk": "^1.3.0",
"q": "^1.5.0"
},
"dependencies": {
"body-parser": "^1.18.3",
"config": "^1.30.0",
"express": "^4.17.3",
"fs": "0.0.1-security",
"lodash": "^4.17.21",
"mocha": "^10.4.0",
"moment": "^2.29.4",
"mongodb": "^4.12.1",
"statman-stopwatch": "^2.7.0"
},
"_comments": "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project."
}