File: //usr/share/opensearch-dashboards/node_modules/@osd/apm-config-loader/package.json
{
"name": "@osd/apm-config-loader",
"main": "./target/index.js",
"types": "./target/index.d.ts",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc",
"osd:bootstrap": "yarn build",
"osd:watch": "yarn build --watch"
},
"dependencies": {
"@elastic/safer-lodash-set": "0.0.0",
"@osd/utils": "1.0.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"tsd": "^0.21.0",
"typescript": "4.0.2"
}
}