@rspack/cli
Version:
CLI for rspack
72 lines • 1.71 kB
JSON
{
"name": "@rspack/cli",
"version": "1.2.8",
"description": "CLI for rspack",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rspack",
"directory": "packages/rspack-cli"
},
"license": "MIT",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"rspack": "./bin/rspack.js"
},
"files": [
"bin",
"dist"
],
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@rspack/dev-server": "1.0.10",
"colorette": "2.0.20",
"exit-hook": "^4.0.0",
"interpret": "^3.1.1",
"rechoir": "^0.8.0",
"webpack-bundle-analyzer": "4.6.1",
"yargs": "17.7.2"
},
"devDependencies": {
"@rslib/core": "0.5.3",
"@types/interpret": "^1.1.3",
"@types/rechoir": "^0.6.4",
"@types/webpack-bundle-analyzer": "^4.7.0",
"@types/yargs": "17.0.33",
"concat-stream": "^2.0.0",
"cross-env": "^7.0.3",
"execa": "^5.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"@rspack/core": "1.2.8",
"@rspack/tracing": "1.2.8"
},
"peerDependencies": {
"@rspack/core": "^1.0.0-alpha || ^1.x",
"@rspack/tracing": "^1.x"
},
"peerDependenciesMeta": {
"@rspack/tracing": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "rslib build",
"dev": "rslib build -w",
"test": "cross-env jest --colors"
}
}