Skip to content

Instantly share code, notes, and snippets.

@fstbraz
Last active August 30, 2022 09:51
Show Gist options
  • Save fstbraz/6e6ccb2bf10f2bf8318da70038f9da37 to your computer and use it in GitHub Desktop.
Save fstbraz/6e6ccb2bf10f2bf8318da70038f9da37 to your computer and use it in GitHub Desktop.
inclusive-web-components
{
"name": "inclusive-web-components",
"version": "0.0.14",
"description": "Inclusive UI elements library based on web components",
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"format": "npx prettier --write .",
"lint": "tslint -p tsconfig.json",
"test": "tsc && karma start --coverage",
"build": "tsc",
"prepare": "npm run build",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"author": "Fausto Braz",
"license": "MIT",
"dependencies": {
"lit": "^2.0.0"
},
"devDependencies": {
"jasmine": "^4.2.1",
"@open-wc/eslint-config": "^7.0.0",
"@open-wc/testing": "^2.0.0",
"@open-wc/testing-karma": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"deepmerge": "^3.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"ts-loader": "^9.2.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/fstbraz/inclusive-web-components.git"
},
"keywords": [
"Accessibility",
"Web",
"Components",
"Ui",
"Library",
"Inclusive"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment