@aurodesignsystem/auro-header
Version:
auro-header HTML custom element
89 lines (88 loc) • 2.49 kB
JSON
{
"//": [
"================================================================================",
"# To work within the development environment, run the following tasks",
" 1. $ npm run dev",
" 2. Go to http://localhost:8000",
"================================================================================"
],
"name": "@aurodesignsystem/auro-header",
"version": "5.0.1",
"description": "auro-header HTML custom element",
"repository": {
"type": "git",
"url": "https://github.com/AlaskaAirlines/auro-header"
},
"type": "module",
"main": "dist/registered.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"engines": {
"node": ">=20"
},
"dependencies": {
"lit": "^3.3.2"
},
"devDependencies": {
"@aurodesignsystem/auro-cli": "^3.5.0",
"@aurodesignsystem/auro-config": "^1.3.1",
"@aurodesignsystem/auro-library": "^5.5.4",
"@aurodesignsystem/design-tokens": "^8.7.0",
"@aurodesignsystem/webcorestylesheets": "^10.1.4",
"husky": "^9.1.7"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 iOS major versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari major versions"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [
"alaska airlines",
"auro",
"design system",
"web components"
],
"scripts": {
"build": "auro build",
"dev": "auro dev -w -s",
"dev:open": "auro dev -w -s --open",
"lint": "biome check --no-errors-on-unmatched && stylelint \"./src/**/*.scss\"",
"lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
"test": "auro test",
"test:watch": "auro test --watch",
"prepare": "husky",
"test:coverage": "auro test --coverage-report --open"
},
"exports": {
"./package.json": "./package.json",
"./readme.md": "./README.md",
"./custom-elements.json": "./custom-elements.json",
".": {
"module": "./dist/registered.js",
"types": "./dist/index.d.ts",
"default": "./dist/registered.js"
},
"./demo/*.md": "./demo/*.md",
"./demo/*.js": "./demo/*.min.js",
"./class": {
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist/**/*",
"demo/**/*",
"CHANGELOG.md",
"README.md",
"LICENSE",
"NOTICE"
],
"customElements": "custom-elements.json"
}