53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "@cordisjs/plugin-hmr",
|
|
"description": "Hot Module Replacement Plugin for Cordis",
|
|
"version": "1.0.15",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"types": "lib/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/types/index.d.ts",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./src/*": "./src/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"lib/index.js",
|
|
"lib/types/**/*.d.ts",
|
|
"lib/types/**/*.d.ts.map",
|
|
"src"
|
|
],
|
|
"author": "Shigma <shigma10826@gmail.com>",
|
|
"license": "MIT",
|
|
"cordis": {
|
|
"services": {
|
|
"required": [
|
|
"timer"
|
|
]
|
|
},
|
|
"description": {
|
|
"en": "Hot Module Replacement",
|
|
"zh": "模块热替换"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@cordisjs/plugin-timer": "^1.1.2",
|
|
"cordis": "^4.0.0-rc.7"
|
|
},
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.29.0",
|
|
"chokidar": "^4.0.3",
|
|
"cosmokit": "^1.8.1",
|
|
"picomatch": "^4.0.3",
|
|
"schemastery": "^3.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/babel__code-frame": "^7.27.0",
|
|
"@types/picomatch": "^3.0.2",
|
|
"esbuild": "^0.28.1"
|
|
}
|
|
}
|