13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"name": "@nx/workspace-plugin",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"generators": "./generators.json",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "./src/index.js",
|
|
"typings": "./src/index.d.ts"
|
|
}
|