{ "name": "ntro", "version": "0.3.4", "description": "Introspect configuration files and generate typescript type declarations or other useful typescript code.", "bin": { "ntro": "./npm/run.js" }, "files": [ "npm/**/*" ], "homepage": "https://github.com/Gnarus-G/ntro#readme", "repository": { "type": "git", "url": "https://github.com/Gnarus-G/ntro" }, "scripts": { "postinstall": "node ./npm/install.js" }, "keywords": [ "typescript", "type-safety", "configuration", "code-gen", "code-generation" ], "author": "Gnarus-G", "license": "MIT", "dependencies": { "binary-install": "^1.1.0", "dotenv": "^16.3.1", "tar": "^6.1.15", "zod": "^3.21.4" }, "devDependencies": { "typescript": "^5.1.6" } }