12 lines
302 B
JSON

{
"name": "nx-dev-feature-package-schema-viewer",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/feature-package-schema-viewer/src",
"projectType": "library",
"targets": {
"lint": {},
"test": {}
},
"tags": ["scope:nx-dev", "type:feature"]
}