UNPKG

ts-to-html

Version:

TS and SASS compiler for a HTML with live preview

54 lines (53 loc) 1.42 kB
{ "name": "ts-to-html", "version": "1.4.0", "description": "TS and SASS compiler for a HTML with live preview", "main": "cli.js", "scripts": { "start": "npm run lint && cli.js start", "dev": "npm run lint && cli.js dev", "build": "npm run lint && cli.js build", "lint": "tsc && prettier --write ./scripts && eslint ./scripts --fix" }, "keywords": [ "TS", "Live Preview", "SASS" ], "author": "Ezequiel Dev", "license": "TheUnlicense", "dependencies": { "autoprefixer": "^10.4.14", "colors": "^1.4.0", "html-minifier": "^4.0.0", "jsdom": "^22.1.0", "postcss": "^8.4.24", "sass": "^1.63.4", "ts-loader": "^9.4.3", "webpack": "^5.86.0", "ws": "^8.13.0" }, "devDependencies": { "@types/autoprefixer": "^10.2.0", "@types/colors": "^1.2.1", "@types/jsdom": "^21.1.1", "@types/sass": "^1.45.0", "@types/webpack": "^5.28.1", "@types/ws": "^8.5.5", "eslint": "^8.42.0", "eslint-plugin-node": "^11.1.0", "prettier": "^2.8.8", "typescript": "^5.1.3" }, "bin": { "ts-to-html": "cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/ezequiel-fr/ts-to-html.git" }, "bugs": { "url": "https://github.com/ezequiel-fr/ts-to-html/issues" }, "homepage": "https://github.com/ezequiel-fr/ts-to-html#readme" }