| 123456789101112131415161718 |
- {
- "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": {
- "assets": [ "/chrome/*" ],
- "output": "px2rem"
- }
- }
|