mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-18 14:55:50 +08:00
13 lines
333 B
JSON
13 lines
333 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|