You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

51 lines
1.3 KiB

{
"name": "@rspack/lite-tapable",
"version": "1.1.0",
"repository": "https://github.com/rspack-contrib/rspack-lite-tapable",
"license": "MIT",
"description": "Lite weight tapable for Rspack",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"lint": "biome check .",
"lint:write": "biome check . --write",
"prepare": "simple-git-hooks && npm run build",
"test": "rstest run",
"bump": "npx bumpp"
},
"files": ["dist"],
"simple-git-hooks": {
"pre-commit": "npx nano-staged"
},
"nano-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"biome check --write --no-errors-on-unmatched"
]
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rslib/core": "^0.17.1",
"@rspack/core": "^1.6.0",
"@rstest/core": "0.6.1",
"@types/node": "^22.18.13",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.13.1",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.20.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}