Files
rocm-systems/grafana/plugins/omniperf_plugin/package.json
T
xuchen-amd 31b4de1a38 Rename Omniperf to ROCm Compute Profiler (#428)
- Update filenames.
- Update executable to `rocprof-compute` 
- Update update package to `rocprofiler-compute`
- Update name in application output and logs
- Update name in README files
- Update testing and workflows

---------

Signed-off-by: Xuan Chen <xuchen@amd.com>
2024-11-01 12:20:21 -04:00

44 rindas
1.2 KiB
JSON

{
"name": "amd-rocprofiler-compute-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 ROCm Compute Profiler. It's the user's responsibility to accept any licensing implications before building the project."
}