UNPKG

xhtml2pug

Version:
71 lines (70 loc) 1.75 kB
{ "name": "xhtml2pug", "version": "4.0.2", "description": "library for convert html2pug", "files": [ "dist", "bin" ], "bin": { "xhtml2pug": "bin/xhtml2pug" }, "source": "./lib/main.ts", "main": "./dist/main.js", "module": "./dist/module.js", "types": "./dist/types.d.ts", "exports": { ".": { "import": "./dist/module.js", "require": "./dist/main.js" } }, "repository": "https://github.com/dimensi/xhtml2pug", "author": { "email": "eddimensi@gmail.com", "name": "Nikita Nafranets" }, "license": "MIT", "keywords": [ "html to pug", "html2pug", "convert html to pug" ], "scripts": { "watch": "parcel watch", "build": "parcel build", "test": "jest", "release": "standard-version" }, "devDependencies": { "@parcel/config-default": "^2.0.1", "@parcel/core": "^2.0.1", "@parcel/packager-ts": "^2.0.1", "@parcel/transformer-typescript-tsc": "^2.0.1", "@parcel/transformer-typescript-types": "^2.0.1", "@types/jest": "^27.4.0", "@types/node": "^17.0.6", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "eslint": "^7.12.1", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.0.0", "jest": "^27.4.5", "parcel": "^2.0.1", "prettier": "^2.5.1", "standard-version": "^9.3.2", "ts-jest": "^27.1.2", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "dependencies": { "@vue/compiler-dom": "3.2.26", "get-stdin": "^9.0.0", "html-entities": "2.3.2", "hyntax": "1.1.9", "yargs": "^17.3.1" } }