@prettier/html-event-attributes
Version:
List of HTML event handler attributes.
61 lines (60 loc) • 1.21 kB
JSON
{
"name": "@prettier/html-event-attributes",
"version": "0.0.1",
"description": "List of HTML event handler attributes.",
"license": "MIT",
"repository": "prettier/html-event-attributes",
"author": {
"name": "fisker",
"email": "lionkay@gmail.com",
"url": "https://fiskercheung.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"require": "./index.json",
"default": "./index.js"
},
"sideEffects": false,
"scripts": {
"fix": "prettier . --write",
"lint": "prettier . --check",
"build": "node scripts/build.js",
"test": "node --test test.js",
"test-coverage": "c8 yarn test",
"release": "release-it"
},
"files": [
"index.js",
"index.json",
"index.d.ts"
],
"keywords": [
"html",
"event",
"handler",
"tag",
"name",
"attribute",
"property",
"w3c",
"whatwg"
],
"devDependencies": {
"c8": "^10.1.3",
"cheerio": "1.1.2",
"outdent": "0.8.0",
"prettier": "3.6.2",
"release-it": "^19.0.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"c8": {
"reporter": [
"lcov",
"text"
]
}
}