UNPKG

tgweb

Version:

Teamgenik Website Builder Offline Tool

69 lines (68 loc) 1.67 kB
{ "name": "tgweb", "type": "module", "version": "0.14.3", "keywords": [ "teamgenik", "blog", "website", "generator" ], "homepage": "https://github.com/oiax/tgweb", "bugs": { "url": "https://github.com/oiax/tgweb/issues" }, "repository": { "type": "git", "url": "https://github.com/oiax/tgweb.git" }, "description": "Teamgenik Website Builder Offline Tool", "scripts": { "test": "mocha --slow 500 test/*.test.mjs test/**/*.test.mjs", "lint": "eslint . --ext mjs --max-warnings=0 --config .eslintrc.json --no-eslintrc" }, "author": "Coregenik Inc.", "license": "MIT", "main": "index.mjs", "dependencies": { "@lottiefiles/dotlottie-web": "^0.28.0", "@ltd/j-toml": "^1.38.0", "@tailwindcss/container-queries": "^0.1.1", "alpinejs": "^3.12.0", "archiver": "^6.0.1", "chokidar": "^3.5.3", "daisyui": "^2.51.5", "express": "^4.18.2", "getopts": "^2.3.0", "glob": "^8.0.3", "html-escaper": "^3.0.3", "htmlparser2": "^8.0.2", "material-symbols": "^0.4.5", "minimatch": "^6.1.6", "pretty": "^2.0.0", "reload": "^3.2.0", "tailwindcss": "^3.3.1", "tcp-port-used": "^1.0.2" }, "bin": { "tgweb-init": "lib/init.mjs", "tgweb-dist": "lib/dist.mjs", "tgweb-server": "lib/server.mjs", "tgweb-archive": "lib/archive.mjs", "tgweb-deploy": "lib/deploy.mjs", "tgweb-preview": "lib/preview.mjs" }, "files": [ "lib", "resources", "skel" ], "engines": { "node": ">=20.9.0" }, "devDependencies": { "eslint": "^8.33.0", "eslint-plugin-prefer-arrow": "^1.2.3", "mocha": "^10.2.0" } }