@nstudio/angular
Version:
Angular Plugin for xplat
38 lines (37 loc) • 775 B
JSON
{
"name": "@nstudio/angular",
"version": "20.0.3",
"description": "Angular Plugin for xplat",
"homepage": "https://nstudio.io/xplat",
"repository": {
"type": "git",
"url": "git+https://github.com/nstudio/xplat.git"
},
"keywords": [
"xplat",
"cross-platform",
"multi-platform",
"nx",
"angular",
"schematics",
"nstudio"
],
"main": "index.js",
"types": "index.d.ts",
"author": "Nathan Walker",
"license": "MIT",
"bugs": {
"url": "https://github.com/nstudio/xplat/issues"
},
"schematics": "./collection.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"dependencies": {
"@nx/angular": "^20.0.0"
},
"peerDependencies": {
"@nstudio/xplat": "20.0.3"
}
}