capsule-lint
Version:
The official Capsule linting package.
81 lines (80 loc) • 2.23 kB
JSON
{
"name": "capsule-lint",
"version": "0.5.4",
"description": "The official Capsule linting package.",
"type": "module",
"main": "./dist/capsule-lint.umd.cjs",
"module": "./dist/capsule-lint.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"test": "jest",
"scripts": {
"dev": "vite dev",
"build": "vite build && tsc",
"build-parser": "peggy -o ./src/parser.ts --plugin ./node_modules/ts-pegjs/dist/tspegjs ./grammar.pegjs",
"test": "jest"
},
"bin": {
"capsule-lint": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ActiveEngagement/capsule-lint.git"
},
"keywords": [
"Capsule",
"HTML",
"Linter"
],
"author": "Justin Kimbrell",
"license": "ISC",
"bugs": {
"url": "https://github.com/ActiveEngagement/capsule-lint/issues"
},
"homepage": "https://github.com/ActiveEngagement/capsule-lint#readme",
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/config-conventional": "^17.8.1",
"@jest/globals": "^29.7.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^10.0.6",
"@types/html-minifier": "^4.0.5",
"@types/htmlhint": "^1.1.5",
"@types/jest": "^29.5.13",
"@types/js-beautify": "^1.14.3",
"@types/node": "^20.16.5",
"@types/nunjucks": "^3.2.6",
"@vitejs/plugin-vue": "^4.6.2",
"@vue-interface/eslint-config": "1.0.0-beta.4",
"@vue-interface/form-control": "1.0.0-beta.51",
"@vue-interface/textarea-field": "1.0.0-beta.17",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"commitlint": "^17.8.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"peggy": "^3.0.2",
"postcss": "^8.4.47",
"semantic-release": "^21.1.2",
"tailwindcss": "^3.4.12",
"ts-jest": "^29.2.5",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^4.5.5",
"vite-plugin-dts": "^3.9.1",
"vue": "^3.5.6"
},
"dependencies": {
"htmlhint": "^1.1.4",
"ts-pegjs": "^4.2.1"
}
}