Files
clients/libs/nx-plugin/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
333 B
JSON
Raw Normal View History

{
"name": "@bitwarden/nx-plugin",
"version": "0.0.1",
"description": "Custom Nx tools like generators and executors for Bitwarden projects",
"private": true,
"type": "commonjs",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"license": "GPL-3.0",
"author": "Platform",
"generators": "./generators.json"
}