mirror of
https://gitee.com/dgflash/oops-plugin-hot-update.git
synced 2026-05-08 03:57:39 +08:00
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"package_version": 2,
|
|
"name": "oops-plugin-hot-update",
|
|
"title": "oops-plugin-hot-update",
|
|
"version": "1.0.0",
|
|
"author": "dgflash",
|
|
"description": "i18n:oops-plugin-hot-update.description",
|
|
"contributions": {
|
|
"builder": "./dist/builder.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -w"
|
|
},
|
|
"dependencies": {
|
|
"@types/fs-extra": "^5.0.4",
|
|
"@types/node": "^14.5.2",
|
|
"fs-extra": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.9",
|
|
"typescript": "^4.3.4"
|
|
}
|
|
} |