@nrwl/insights
Version:
Nx Insights plugin for Nx
25 lines (24 loc) • 486 B
JSON
{
"name": "@nrwl/insights",
"version": "8.12.4",
"description": "Nx Insights plugin for Nx",
"keywords": [
"Monorepo",
"Nx",
"Insights"
],
"main": "index.js",
"types": "index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx/issues"
},
"homepage": "https://nx.dev",
"schematics": "./collection.json",
"dependencies": {
"axios": "^0.19.0",
"tar": "5.0.5"
},
"typings": "index.d.ts"
}