@qualweb/qw-element
Version:
QualWeb element interface and utilities
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "@qualweb/qw-element",
"version": "0.3.2",
"description": "QualWeb element interface and utilities",
"main": "dist/index.js",
"files": [
"dist/*"
],
"types": "dist/index.d.ts",
"scripts": {
"tsc": "tsc",
"test": "mocha --require esm",
"lint": "eslint .",
"format": "prettier src/**/*.ts --write",
"clean": "rimraf dist",
"build": "tsc --build tsconfig.prod.json",
"docs": "typedoc --out docs src/index.ts",
"prepublishOnly": "npm run build"
},
"homepage": "https://github.com/qualweb/qualweb/blob/main/packages/locale",
"repository": {
"type": "git",
"url": "git+https://github.com/qualweb/qualweb.git",
"directory": "packages/qw-element"
},
"bugs": {
"url": "https://github.com/qualweb/qualweb/issues"
},
"keywords": [
"qualweb",
"accessibility",
"util",
"lib"
],
"author": "João Vicente",
"license": "ISC",
"devDependencies": {
"@tsconfig/recommended": "^1.0.3",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^16.4.0",
"chai": "4.5.0",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3"
}
}