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.
55 lines
1.4 KiB
55 lines
1.4 KiB
{
|
|
"name": "vite-hot-client",
|
|
"type": "module",
|
|
"version": "0.2.4",
|
|
"description": "Get Vite's import.meta.hot at runtime.",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/antfu/vite-hot-client#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antfu/vite-hot-client.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antfu/vite-hot-client/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.10.0",
|
|
"@antfu/ni": "^0.23.1",
|
|
"@babel/types": "^7.26.0",
|
|
"@types/node": "^22.10.0",
|
|
"bumpp": "^9.8.1",
|
|
"eslint": "^9.15.0",
|
|
"esno": "^4.8.0",
|
|
"pnpm": "^9.14.2",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.7.2",
|
|
"unbuild": "^2.0.0",
|
|
"vite": "^6.0.1",
|
|
"vitest": "^2.1.6"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf dist && unbuild && esno scripts/patch-types.ts",
|
|
"dev": "unbuild --stub",
|
|
"lint": "eslint .",
|
|
"release": "bumpp && pnpm publish",
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
} |