|
|
@@ -1,10 +1,11 @@
|
|
|
{
|
|
|
- "name": "naiveui2rem",
|
|
|
+ "name": "px2rem",
|
|
|
"version": "1.0.0",
|
|
|
"description": "",
|
|
|
"main": "index.js",
|
|
|
+ "bin": "index.js",
|
|
|
"scripts": {
|
|
|
- "build": "pkg ./index.js -t=win --public"
|
|
|
+ "build": "pkg . -t=win --public --compress=GZip"
|
|
|
},
|
|
|
"author": "",
|
|
|
"license": "ISC",
|
|
|
@@ -12,8 +13,6 @@
|
|
|
"puppeteer": "^19.4.1"
|
|
|
},
|
|
|
"pkg": {
|
|
|
- "targets": "node18-win-x64",
|
|
|
- "assets": [ "/chrome/*" ],
|
|
|
- "output": "px2rem"
|
|
|
+ "targets": "node18-win-x64"
|
|
|
}
|
|
|
}
|