| 12345678910111213141516171819 |
- {
- "name": "naiveui2rem",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "build": "pkg ./index.js -t=win --public"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "puppeteer": "^19.4.1"
- },
- "pkg": {
- "targets": "node18-win-x64",
- "assets": [ "/chrome/*" ],
- "output": "px2rem"
- }
- }
|