@aaronbassett/netlify-plugin-development
Version:
New Relic Netlify Plugin
53 lines (52 loc) • 1.16 kB
JSON
{
"type": "module",
"name": "@aaronbassett/netlify-plugin-development",
"version": "1.0.1-alpha-6",
"description": "New Relic Netlify Plugin",
"exports": "./index.js",
"keywords": [
"netlify",
"netlify-plugin",
"performance",
"monitoring",
"instrumentation",
"newrelic",
"new relic",
"serverless",
"Jamstack",
"CI",
"CD",
"continuous integration",
"continuous deployment",
"plugin",
"browser monitoring",
"RUM",
"real user monitoring",
"error tracking"
],
"homepage": "https://github.com/newrelic-experimental/netlify-plugin",
"repository": {
"type": "git",
"url": "https://github.com/newrelic-experimental/netlify-plugin.git"
},
"contributors": [
{
"name": "Aaron Bassett",
"email": "abassett@newrelic.com",
"url": "https://github.com/aaronbassett"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">=16.13.1"
},
"dependencies": {
"axios": "^0.24.0",
"ejs": "^3.1.6",
"glob": "^7.2.0",
"graphql": "^16.3.0",
"graphql-request": "^4.0.0",
"p-map": "^5.3.0",
"pluralize": "^8.0.0"
}
}