rspack_resolver 0.9.2

ESM / CJS module resolution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "component",
  "version": "1.0.0",
  "description": "",
  "main": "src/index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "pshu",
  "license": "MIT",
  "packageManager": "pnpm@11.3.0",
  "devDependencies": {
    "typescript": "^6.0.0"
  }
}