UNPKG

run-script-webpack-plugin

Version:

Automatically run your script once Webpack's build completes.

46 lines (45 loc) 1.16 kB
{ "name": "run-script-webpack-plugin", "version": "0.2.3", "description": "Automatically run your script once Webpack's build completes.", "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=14" }, "scripts": { "prepare": "tsc", "lint": "eslint src", "test": "eslint src" }, "repository": { "type": "git", "url": "git+https://github.com/atassis/run-script-webpack-plugin.git" }, "keywords": [ "webpack", "plugin", "typescript", "server", "start", "watch", "restart", "express" ], "author": "Taymuraz Kaytmazov <atassikay38@gmail.com> (https://github.com/atassis)", "license": "MIT", "bugs": { "url": "https://github.com/atassis/run-script-webpack-plugin/issues" }, "homepage": "https://github.com/atassis/run-script-webpack-plugin#readme", "devDependencies": { "@types/node": "^16.11.33", "@typescript-eslint/eslint-plugin": "^5.23.0", "@typescript-eslint/parser": "^5.23.0", "eslint": "^8.15.0", "eslint-config-prettier": "^8.5.0", "prettier": "^2.6.2", "typescript": "^4.6.4", "webpack": "^5" } }