UNPKG

@best-shot/core

Version:
60 lines 1.53 kB
{ "name": "@best-shot/core", "version": "0.13.1", "description": "Create 'best-shot' config chain", "license": "MIT", "author": { "name": "Eric Chen", "email": "airkro@qq.com" }, "keywords": [ "best-shot", "bundler", "config", "packager", "scaffold", "webpack" ], "homepage": "https://github.com/best-shot/best-shot/tree/master/packages/core", "repository": { "type": "git", "url": "git+https://github.com/best-shot/best-shot.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/best-shot/best-shot/issues" }, "main": "index.mjs", "type": "module", "dependencies": { "@best-shot/webpack-chain": "^8.1.12", "browserslist": "^4.25.2", "case-sensitive-paths-webpack-plugin": "^2.4.0", "chalk": "^5.5.0", "copy-webpack": "^4.2.0", "deepmerge-ts": "^7.1.5", "ext-to-regexp": "^0.1.0", "json-minimizer-webpack-plugin": "^5.0.1", "slash": "^5.1.0", "slash-to-regexp": "^0.1.0", "terser": "^5.43.1", "terser-webpack-plugin": "^5.3.14", "yaml-loader": "^0.8.1", "@best-shot/env": "^0.5.3", "@best-shot/no-cache-loader": "^0.0.0", "@best-shot/validator": "^0.6.0" }, "peerDependencies": { "webpack": "^5.101.0" }, "engines": { "node": ">=22.11.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "x-readme": { "logo": "https://cdn.jsdelivr.net/gh/best-shot/best-shot/packages/core/logo.svg" } }