{ "ava": { "failFast": false, "files": [ "dist/tests/**/*.js", "!dist/tests/**/fixtures/**/*.js" ], "timeout": "1m", "workerThreads": false }, "dependencies": { "@hint/utils": "^7.0.22", "@hint/utils-network": "^1.0.24" }, "description": "webhint parser needed to analyze webpack config files", "devDependencies": { "@types/node": "^18.13.0", "@types/proxyquire": "^1.3.28", "@types/sinon": "^10.0.11", "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "ava": "^4.3.3", "copyfiles": "^2.4.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-markdown": "^2.2.1", "eventemitter2": "^6.4.5", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "rimraf": "^3.0.2", "sinon": "^13.0.1", "typescript": "^4.5.5", "webpack": "^5.76.0" }, "files": [ "dist/src" ], "homepage": "https://webhint.io/", "keywords": [ "webhint", "webhint-parser", "webpack-config" ], "license": "Apache-2.0", "main": "dist/src/parser.js", "name": "@hint/parser-webpack-config", "nyc": { "extends": "../../.nycrc" }, "peerDependencies": { "hint": "^7.0.0" }, "repository": { "directory": "packages/parser-webpack-config", "type": "git", "url": "https://github.com/webhintio/hint.git" }, "scripts": { "build": "npm-run-all build:*", "build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist", "build:ts": "tsc -b", "build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true", "clean": "rimraf dist", "lint": "npm-run-all lint:*", "lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore", "lint:dependencies": "node ../../scripts/lint-dependencies.js", "lint:md": "node ../../scripts/lint-markdown.js", "test": "npm run lint && npm run build && npm run test-only", "test-only": "nyc ava", "test-release": "npm run lint && npm run build-release && ava", "watch": "npm run build && npm-run-all --parallel -c watch:*", "watch:assets": "npm run build:assets -- -w --no-initial", "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, "version": "2.1.39" }