UNPKG

@rxap/ts-morph

Version:

Provides utilities for manipulating TypeScript code using the ts-morph library. It offers a fluent API to add, modify, and remove code elements such as classes, decorators, imports, and properties in both Angular and NestJS projects. This package simplifi

51 lines (50 loc) 1.54 kB
{ "version": "1.6.0", "name": "@rxap/ts-morph", "description": "Provides utilities for manipulating TypeScript code using the ts-morph library. It offers a fluent API to add, modify, and remove code elements such as classes, decorators, imports, and properties in both Angular and NestJS projects. This package simplifies common code generation and refactoring tasks.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.5.0", "@rxap/utilities": "^16.5.0", "colors": "^1.4.0", "ts-morph": "^18.0.0", "tslib": "2.6.2" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/ts-morph", "keywords": [ "packages", "rxap", "scope:utilities", "standalone", "ts-morph" ], "ng-update": { "migrations": "./migrations.json" }, "nx-migrations": { "migrations": "./migrations.json" }, "publishConfig": { "access": "public", "directory": "../../dist/packages/ts-morph" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/ts-morph" }, "schematics": "./generators.json", "type": "commonjs", "gitHead": "36b0e9732b24717840935712e316593ff6aba795", "types": "./src/index.d.ts", "main": "./src/index.js" }