@starptech/prettyhtml
Version:
Opinionated Web Component HTML formatter
61 lines (60 loc) • 1.47 kB
JSON
{
"name": "@starptech/prettyhtml",
"version": "0.10.0",
"description": "Opinionated Web Component HTML formatter",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/StarpTech/prettyhtml.git"
},
"bin": "cli/index.js",
"types": "./index.d.ts",
"scripts": {
"test-coverage": "nyc --reporter lcov ava",
"test": "ava"
},
"files": [
"index.js",
"cli",
"index.d.ts"
],
"keywords": [
"formatter",
"prettyhtml",
"html5"
],
"ava": {
"files": [
"test/**/*",
"!test/test-helpers"
]
},
"author": "Dustin Deus <deusdustin@gmail.com> (http://www.starptech.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/StarpTech/prettyhtml/issues"
},
"homepage": "https://github.com/StarpTech/prettyhtml#readme",
"dependencies": {
"@starptech/prettyhtml-formatter": "^0.10.0",
"@starptech/prettyhtml-sort-attributes": "^0.10.0",
"@starptech/rehype-webparser": "^0.10.0",
"@starptech/webparser": "^0.10.0",
"meow": "^5.0.0",
"prettier": "^1.18.2",
"rehype-sort-attribute-values": "^2.0.1",
"unified": "^7.1.0",
"unified-engine": "^6.0.1",
"update-notifier": "^3.0.0",
"vfile": "^4.0.1",
"vfile-reporter": "^6.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c417941cf747a0c94abd2dd17eb468395195e752",
"devDependencies": {
"ava": "^2.1.0",
"nyc": "^14.1.1"
}
}