webpack-shell-plugin-next
Version:
Run shell commands before and after webpack builds
74 lines (73 loc) • 1.95 kB
JSON
{
"name": "webpack-shell-plugin-next",
"version": "2.3.3",
"description": "Run shell commands before and after webpack builds",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"clean": "rimraf lib && rimraf dist",
"test": "./node_modules/.bin/jest --config ./jest.config.ts",
"test:watch": "webpack --watch",
"test:dev": "webpack-dev-server --progress",
"test:local": "webpack",
"prepublish": "npm run clean && npm run build",
"prepare": "npm run build",
"build": "tsc",
"webpack": "webpack --progress --mode production",
"webpack-dev-server": "webpack-dev-server --progress",
"lint": "tslint --project tsconfig.json ./src/*.ts",
"lint:fix": "npm run lint -- --fix"
},
"pre-commit": [
"test",
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/s00d/webpack-shell-plugin-next.git"
},
"keywords": [
"webpack",
"shell",
"plugin",
"shell",
"serve",
"hmr",
"browser",
"script",
"opie",
"manion",
"typescript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/s00d/webpack-shell-plugin-next/issues"
},
"homepage": "https://github.com/s00d/webpack-shell-plugin-next",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.14",
"@types/source-map": "^0.5.7",
"css-loader": "^6.11.0",
"jest": "^29.7.0",
"module-alias": "^2.2.3",
"rimraf": "^6.0.1",
"source-map": "^0.7.4",
"standardx": "^7.0.0",
"style-loader": "^3.3.4",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typescript": "^4.9.5",
"webpack": "^5.100.2",
"webpack-cli": "^6.0.1"
},
"peerDependencies": {
"webpack": "^5.18.0"
},
"packageManager": "yarn@3.7.0+sha256.7bf0c78a106332886ea4e59641fd819b1af953edcd72c4d93a32b1c71000ee67"
}