UNPKG

@drangis-tech/file-writer

Version:

TSX file writer utility using ts-morph

44 lines (42 loc) 872 B
{ "name": "@drangis-tech/file-writer", "version": "1.0.1", "description": "TSX file writer utility using ts-morph", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "typecheck": "tsc --noEmit" }, "keywords": [ "tsx", "file-writer", "ts-morph", "code-generation" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/drangis-tech/devpanel.git", "directory": "packages/file-writer" }, "dependencies": { "ts-morph": "^21.0.1" }, "devDependencies": { "@types/node": "^20.10.0", "tsup": "^8.0.1", "typescript": "^5.3.3" } }