@nrwl/gatsby
Version:
Gatsby Plugin for Nx
35 lines • 751 B
JSON
{
"name": "@nrwl/gatsby",
"version": "16.1.2",
"description": "Gatsby Plugin for Nx",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx-labs.git",
"directory": "packages-legacy/gatsby"
},
"keywords": [
"Monorepo",
"Gatsby",
"Web",
"Jest",
"Cypress",
"CLI"
],
"main": "./index.js",
"typings": "./index.d.ts",
"author": "Victor Savkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/nrwl/nx-labs/issues"
},
"homepage": "https://nx.dev",
"schematics": "./generators.json",
"builders": "./executors.json",
"dependencies": {
"@nx/gatsby": "16.1.2"
},
"nx-migrations": {
"migrations": "@nx/gatsby/migrations.json"
},
"types": "./index.d.ts"
}