package.json 319 B

123456789101112131415161718
  1. {
  2. "name": "naiveui2rem",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "pkg ./index.js -t=win --public"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "puppeteer": "^19.4.1"
  13. },
  14. "pkg": {
  15. "assets": [ "/chrome/*" ],
  16. "output": "px2rem"
  17. }
  18. }