UNPKG

@domcloud/zone-editor

Version:

edit BIND9 zone file using list of text changes

34 lines (33 loc) 782 B
{ "name": "@domcloud/zone-editor", "description": "edit BIND9 zone file using list of text changes", "version": "0.10.1", "main": "index.js", "scripts": { "dev": "cd demo && vite", "build": "cd demo && vite build", "preview": "cd demo && vite preview" }, "type": "module", "author": "Wildan M", "license": "MIT", "private": false, "funding": "https://github.com/willnode/zone-editor?sponsor=1", "repository": { "type": "git", "url": "git+https://github.com/willnode/zone-editor.git" }, "keywords": [ "dns", "zone", "editor" ], "dependencies": { "dns-zonefile": "0.3.2" }, "devDependencies": { "js-yaml": "^4.1.0", "monaco-editor": "^0.45.0", "vite": "^6.3.5" } }