UNPKG

simple-dom-make

Version:

A lightweight helper to build DOM trees dynamically.

39 lines (38 loc) 734 B
{ "name": "simple-dom-make", "version": "1.0.0", "description": "A lightweight helper to build DOM trees dynamically.", "license": "ISC", "author": "Aurel-Cros", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc" }, "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.2.2" }, "dependencies": { "tslib": "^2.6.2" }, "repository": { "type": "git", "url": "git+https://github.com/Aurel-Cros/simple-dom-make.git" }, "keywords": [ "DOM", "json", "tree", "builder", "dynamic", "html", "javascript", "typescript", "json-to-dom", "json-to-html", "helper", "typescript" ] }