@github/details-dialog-element
Version:
A modal dialog opened with a <details> button.
53 lines (52 loc) • 1.52 kB
JSON
{
"name": "@github/details-dialog-element",
"version": "3.1.4",
"description": "A modal dialog opened with a <details> button.",
"repository": "github/details-dialog-element",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"lint": "github-lint",
"prebuild": "npm run clean && mkdir dist",
"build": "tsc && cp src/index.css dist/index.css",
"pretest": "npm run build",
"test": "karma start test/karma.config.cjs",
"prepublishOnly": "npm run build",
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
},
"keywords": [
"dialog",
"details"
],
"license": "MIT",
"files": [
"dist",
"custom-elements.json",
"vscode.html-custom-data.json"
],
"prettier": "@github/prettier-config",
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.4",
"@github/cem-plugin-readme": "^0.0.1",
"@github/prettier-config": "0.0.4",
"cem-plugin-vs-code-custom-data-generator": "^1.0.0-beta.5",
"chai": "^4.3.4",
"chromium": "^3.0.3",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.0",
"karma": "^6.3.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^9.1.1",
"typescript": "^4.4.3"
},
"eslintIgnore": [
"dist/"
],
"customElements": "custom-elements.json"
}