package.json 352 B

12345678910111213141516171819
  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. "targets": "node18-win-x64",
  16. "assets": [ "/chrome/*" ],
  17. "output": "px2rem"
  18. }
  19. }