UNPKG

expose-loader

Version:
78 lines (77 loc) 2.47 kB
{ "name": "expose-loader", "version": "5.0.1", "description": "expose loader module for webpack", "license": "MIT", "repository": "webpack-contrib/expose-loader", "author": "Tobias Koppers @sokra", "homepage": "https://github.com/webpack-contrib/expose-loader", "bugs": "https://github.com/webpack-contrib/expose-loader/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "main": "dist/cjs.js", "engines": { "node": ">= 18.12.0" }, "scripts": { "start": "npm run build -- -w", "clean": "del-cli dist", "prebuild": "npm run clean", "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "commitlint": "commitlint --from=master", "security": "npm audit --production", "lint:prettier": "prettier --cache --list-different .", "lint:js": "eslint --cache .", "lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"", "lint": "npm-run-all -l -p \"lint:**\"", "fix:js": "npm run lint:js -- --fix", "fix:prettier": "npm run lint:prettier -- --write", "fix": "npm-run-all -l fix:js fix:prettier", "test:only": "cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "npm run test:only -- --watch", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "pretest": "npm run lint", "test": "npm run test:coverage", "prepare": "husky && npm run build", "release": "standard-version" }, "files": [ "dist" ], "peerDependencies": { "webpack": "^5.0.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "cross-env": "^7.0.3", "cspell": "^8.13.1", "del": "^7.1.0", "del-cli": "^5.1.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "husky": "^9.1.4", "jest": "^29.7.0", "lint-staged": "^15.2.8", "memfs": "^4.11.1", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "react": "^18.3.1", "rx": "^4.1.0", "standard-version": "^9.3.0", "styled-components": "^6.1.12", "webpack": "^5.93.0" }, "keywords": [ "webpack" ] }